This is a slightly modified starter scene from the bevy 3d engine with some performance optizimations enabled, as well as the the camera + lighting extracted into separate systems.
Running instructions:
- Make sure
cargo install cargo-watch
is installed if you haven't already. - run with
cargo run
orcargo watch -x run
if you plan on appending to the example