RustForge '25 GameDev workshop project.
- run
cargo run
to start the game. - use
trunk serve
to test the web build.
- Quick Start Guide (link)
- Official docs (link)
- Official examples (code)
- Notable Projects made in Bevy (link)
- Official Bevy Discord community (link)
- Cheat Book (Unofficial) (link)
- Dependency Injection like Bevy's (link)
- Kenneys Free Game Assets (link)
- Game Template to start with (link)
- bevy_asset_loader
- avian & bevy_rapier (physics engines)
- bevy_pkv (save state)
- matchbox (networking)
- bevy_mod_reqwest (making REST calls)
- lightyear (multiplayer)
- bevy_enhanced_input
- bevy_common_assets (load file formats)
- bevy_tween (animations)
- bevy_fluent (localization)
- bevy_hanabi & bevy_enoki (particle systems)
- bevy_trenchbroom (3d map editor)
- bevy_ecs_tiled (2d map editor)
- many many more