Setup
Clone the repository
git clone https://github.com/TheBevyFlock/bevy-quickstart-book
Environment setup
You will need a few things to get started. This game won't be GPU heavy so most hardware configurations should support running it.
- Install rust: https://rustup.rs
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Linux
If you are using Linux, you can read up about how to install dependencies here: https://github.com/bevyengine/bevy/blob/latest/docs/linux_dependencies.md
Windows & MacOS
If you are instead using Windows or MacOS, you should be good to go.
Testing if it all works
To test out if it's all working, try building the sample project:
cargo build
If you are running into any issues, please check out the Discord and ask in the beginners-questions channel. The community can probably help you out!