Skip to content

eyzi/bevy-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy Study

a dummy's attempt at making games in rust using bevy

Usage

cargo run --example <game>

If you have cargo-cmd and cargo-watch installed, the following commands are available:

# running with hotreload. alias for
# "cargo watch -i assets -i target -- cargo run --example <game>"
cargo cmd run <game>

# building for release. alias for
# "cargo build --release --example <game>"
cargo cmd build <game>

Game List

About

a dummy's game dev study with rust and bevy

Topics

Resources

License

Stars

Watchers

Forks

Languages