This project is the companion code to my YouTube video series on learning the basics of the Bevy Game Engine, version 0.10.
This project starts in Learn Bevy 0.10 - EP2 - First Game Setup + Bundles and Resources - Bevy Tutorial
Learn Bevy Engine 0.10 Beginner Tutorial Series
Please ensure you have the latest version of the Rust Programming Language installed.
Build the project with cargo build
Run the project with cargo run
We're going to be using assets from the kenney.nl website today for our project.
- Kenney provides amazing assets free to use with a public domain license.
- If you use their assets often, I highly recommend becoming a Patreon or donating.
We're going to be using the following assets:
- https://www.kenney.nl/assets/rolling-ball-assets
rollingballassets_kenney/PNG/Default/ball_blue_large.png
rollingballassets_kenney/PNG/Default/ball_red_large.png
rollingballassets_kenney/PNG/Default/star.png
- https://www.kenney.nl/assets/sci-fi-sounds
sci-fi-sounds/Audio/explosionCrunch_000.ogg
sci-fi-sounds/Audio/laserLarge_000.ogg
- https://www.kenney.nl/assets/interface-sounds
kenney_interfacesounds/Audio/pluck_001.ogg
kenney_interfacesounds/Audio/pluck_002.ogg