pixels/examples/invaders/simple-invaders
Jay Oster 3968c9748a
Fix delta time in the invaders example (#252)
- Minor rewrite of the winit integration using the `game-loop` crate for
  fixed time-step updates.
- Updates are now handled at 240 fps, regardless of frame rate.
- Frame rate is capped at 240 fps.
- Adds a pause key.
- Closes #11
2022-01-08 10:44:52 -08:00
..
src Fix delta time in the invaders example (#252) 2022-01-08 10:44:52 -08:00
Cargo.toml Update line_drawing (#211) 2021-10-08 13:06:48 -07:00