File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- # Bevy Template
1+ # 🎮 Bevy Template
22
33Game or interactive application built with the Bevy engine.
44
@@ -10,13 +10,13 @@ Game or interactive application built with the Bevy engine.
1010
1111## Features
1212
13- - Game state management ( Loading, Menu, InGame, Paused)
14- - Asset loading with progress tracking
15- - Input handling abstraction
16- - 2D camera setup (swap for 3D as needed)
17- - Strict Clippy lints
18- - Optimized release builds
19- - Fast compiles in dev (dynamic linking + LLD)
13+ - 🎮 ** Game state management** : Loading, Menu, InGame, Paused
14+ - 📦 ** Asset loading** : Progress tracking with bevy_asset_loader
15+ - ⌨️ ** Input handling** : Abstracted input system
16+ - 📷 ** 2D camera setup** : Swap for 3D as needed
17+ - 🔒 ** Strict Clippy lints** : Pedantic linting enabled
18+ - ⚡ ** Optimized builds ** : LTO for release builds
19+ - 🚀 ** Fast dev compiles ** : Dynamic linking + LLD
2020
2121## Structure
2222
@@ -68,3 +68,7 @@ cargo test # Tests
6868- The ` .cargo/config.toml ` enables LLD linker for faster linking
6969- Release builds use LTO for maximum optimization
7070- Consider ` bevy_embedded_assets ` for distribution
71+
72+ ## License
73+
74+ The code in this repository is licensed under MIT, © [ Omni LLC] ( https://omni.dev ) . See [ LICENSE.md] ( LICENSE.md ) for more information.
You can’t perform that action at this time.
0 commit comments