Skip to content

jeremychone-channel/rust-invaders

Repository files navigation

NEW YouTube full tutorial - Rust Bevy - Full Tutorial - Game Dev

Rust Bevy - Game Dev tutorials

Latest Bevy Version updates

MacOS Setup

  • Ensure Rust and Cargo are installed
  • Delete the Cargo.lock, as it may otherwise raise an error the first time: rm Cargo.lock
  • Install Cmake with Homebrew: brew install cmake
  • Install Cargo Watch: cargo install cargo-watch

Fedora (Linux) requirements

Ensure to have on your system with a package manager of your choice

dnf install rust-alsa-sys-devel
dnf install rust-libudev-devel

Thanks to janpauldahlke

Browser (WebAssembly) - Gitpod

Open in Gitpod

Development

For rapid development:

Change log

Rust & Bevy & Other Resources

Topics learned and used:

  • Rust Programming for Game Development
  • Game ECS Engine Bevy
  • Bevy System, Bevy Components, Bevy Resources
  • Bevy Plugins
  • Bevy entities spawn and despawn
  • Bevy SpriteBundle, Sprite Sheet (SpriteAtlas)
  • Bevy Timesteps, Time, and Timer
  • Bevy custom system criteria
  • Indirection strategy to spawn explosions
  • Sprite Sheet atlas for sprite animations
  • Basic Rust Programming
  • Rust module
  • Rust closure
  • Rust matches

Resources:




This repo

About

Simple RUST game with the Bevy Engine

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages