nova icon indicating copy to clipboard operation
nova copied to clipboard

🎮 An even simpler 2D game framework written in Rust

Results 2 nova issues
Sort by recently updated
recently updated
newest added

This makes it so that if you enable the `serde` feature, structs like `Vec2` correctly implement (de)serialize

- Adds an `Event` enum that also gets send to the `EventHandler` - Adds a way to get the total elapsed time since the game started; `app.timer.total_time()` - Adds a...