Skip to content

Hacking Tablet

Latest
Compare
Choose a tag to compare
@Wabtey Wabtey released this 26 Oct 02:24
24c61cf

Working demo! - v1.0.0 - 2024-10-26

v1.0.0 Full Commits History

Preview

tablet-preview

game-video-preview.mp4

Features

  • Tablet UI
    • Click on hackable to hack them (replace the global button)

Bevy 0.14 - 2024-08-08

Migration Guide Bevy 0.13 -> 0.14

WGPU error

ERROR wgpu_hal::gles: wgpu-hal heuristics assumed that the view dimension will be equal to `D2` rather than `D2Array`.
`D2` textures with `depth_or_array_layers == 1` are assumed to have view dimension `D2`
`D2` textures with `depth_or_array_layers > 1` are assumed to have view dimension `D2Array`
`D2` textures with `depth_or_array_layers == 6` are assumed to have view dimension `Cube`
`D2` textures with `depth_or_array_layers > 6 && depth_or_array_layers % 6 == 0` are assumed to have view dimension `CubeArray`

Bevy 0.13

Migration Guide Bevy 0.12 -> 0.13

Bevy 0.12

Migration Guide Bevy 0.11 -> 0.12