Updated TODO

master
Mark 2024-01-04 21:42:50 -08:00
parent 001c74ba6a
commit eaa00a63f5
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 4 additions and 6 deletions

View File

@ -73,7 +73,6 @@
- Frame timings (compute/render/physics/etc)
- Elegantly handle lost focus
- Pause game
- Better player controller? (only one shipbehavior needs inputs)
- Clear all `// TODO:` comments littered in the source
- CLI options (debug, save location, content location, check content)
- Config file and compile options, remove all those consts.
@ -81,6 +80,10 @@
- Sprite optimization: do we need to allocate a new `Vec` every frame? Probably not.
- Better error when run outside of directory
- Documentation site & front page
- Random animation age for objects * ui
- Random animation delay/fps?
- Fade between animation frames
- Better WGSL preprocessor (warning when including a bad file!)
## Content
- Angled engines

View File

@ -28,11 +28,6 @@ var sampler_array: binding_array<sampler>;
// INCLUDE: animate.wgsl
// TODO: random age
// TODO: configure packed asset location, better error
// TODO: bounce animations
// TODO: animation randomness?
@vertex
fn vertex_main(
vertex: VertexInput,