This repository contains some simple Rust code to experiment with the Bevy Game Engine.
You can run the code by downloading the repository to your machine and choosing the file to build and run, e.g.,
git clone git@github.com:dariuswiles/bevy-demos.git
cd bevy-demos/src/bin/
cargo run --bin first_person_movement
This repository is released under The Unlicense. See LICENSE for the license text, or https://unlicense.org/ for more details.