Skip to content

jo12bar/bevy_rhythm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy Rhythm — A Game

Based on this tutorial.

Build dependencies

The normal linker is fairly slow for the massive amount of sub-crates that Bevy requires! So, we swap it out for the LLD linker. To do this:

  • Ubuntu: sudo apt install lld
  • Arch: sudo pacman -S lld
  • Windows: cargo install -f cargo-binutils and rustup component add llvm-tools-preview
  • MacOS: brew install michaeleisel/zld/zld

You'll also need a nightly build of Rust. So, using Rustup:

$ rustup toolchain install nightly
info: syncing channel updates for 'nightly-arch-platform-compiler'
# More output follows...

Song Credits

The song included in this repository is Electronic Fantasy by Patrick de Arteaga, licensed under the Creative Commons Attribution 4.0 license. See his website for this and loads more royalty-free arcade music!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published