GitHunt
ZO

zoeesilcock/walk-n-talk-rs

Walk and Talk

Hello world project built to learn Bevy and undestand how the ergonomics are.

Screenshot

Development

Run

cargo run

Run with hot reload on Linux/MacOS

cargo watch -w systems -w components -x "build -p systems --features dynamic"
cargo run --features reload

Run with hot reload on Windows

cargo watch -w systems -w components -x "build -p systems --features dynamic"
cargo run --features reload --target-dir "target-bin" 

Languages

Rust100.0%

Contributors

Created May 23, 2024
Updated August 3, 2024
zoeesilcock/walk-n-talk-rs | GitHunt