| Crates.io | roast2d |
| lib.rs | roast2d |
| version | 0.3.0-alpha.4 |
| created_at | 2024-09-23 14:53:00.160605+00 |
| updated_at | 2025-08-31 10:59:21.842649+00 |
| description | Roast2D is a homebrew 2D game engine |
| homepage | |
| repository | https://github.com/jjyr/roast2d |
| max_upload_size | |
| id | 1384187 |
| size | 147,626 |
Roast2D is a rapid development 2D game engine written in Rust.
A copy of the classic breakout shows the basic usage
Run example:
cargo run --example breakout
Add roast2d to Rust project:
cargo add roast2d
Check hot-reload example to learn hot-reload integration.
The source code is licensed under MIT.