My small weekend project, written in Bevy Engine. Still active WIP! Making it public early in case someone might find this example of simple proc stuff in Bevy useful 😇
- download the repo
- cd to the
country-slicedirectory - execute
cargo build --release - move the executable from
target/releaseto thecountry-slicedirectory (so that it's with theassetsdirectory) - Launch it (
country-slice.exeon Windows,./country-sliceon Mac and Linux)
You may have compilation problems if some dependencies are missing.
On Debian for example, you may have to do
sudo apt install libasound2-dev libudev-dev