The journey.
You must run as release to apply the optimizations that give adequate performance.
cargo run --release
or
To perform profiling using Tracy
tracy
cargo run --release --features bevy/trace_tracy
or
To process assets
cargo run --features bevy/file_watcher bevy/asset_processor
Note that on first build you may need to run the asset processor without the file watcher feature flag in the command.
This project is not intended as social or political commentary. For any assumed association that is made based on visual elements of the work with symbolism or imagery external to the work, the association is not intended. The visual elements within this work were chosen exclusively for style and simplicity and not for commentary or art.
- Make transform match timing
- This removes most jitter where frames are inconsistent, keeping the motion in sync with the frame.
- Terrain Generation with Dynamic Grass
- Mike's First Game
- Mike's projects' code was taken for the dynamic terrain, grass, and more!