Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 566 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 566 Bytes

Examples and Demos for the Bevy Game Engine

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

License

This repository is released under The Unlicense. See LICENSE for the license text, or https://unlicense.org/ for more details.