Introductory walk-through https://youtu.be/f6PcaTX58J4 \ Deep Q-Learning car training for 1 hour https://youtu.be/A2JMPIWGXBsf \ Wasm demo https://alexi.chepura.space/bevy-garage - game engine https://bevyengine.org - rigid body physics https://rapier.rs - kenney assets https://www.kenney.nl/assets/racing-kit - neural network https://github.com/coreylowman/dfdx - api server and client https://github.com/tokio-rs/axum - db client https://github.com/Brendonovich/prisma-client-rust - sound https://github.com/harudagondi/bevy_fundsp & https://github.com/SamiPerttu/fundsp - virtual joystick https://github.com/SergioRibera/virtual_joystick
bevy fast compile guide: https://bevy.org/learn/quick-start/getting-started/setup/#enable-fast-compiles-optional\ fast builds cargo config example https://github.com/bevyengine/bevy/blob/main/.cargo/config_fast_builds.toml
cargo run --release
https://bevyengine.org/learn/book/getting-started/setup/
cargo r -r --features="nn"
# generate prisma db client
cargo prisma generate
# push schema to database
cargo prisma db push
# run api server
cd api && cargo r -r
# run app with saving replay buffer
cargo r -r --features="nn,nn_api"
# prisma studio https://github.com/Brendonovich/prisma-client-rust/issues/96
npx prisma studio

Bevy Garage is free, open source and permissively licensed! Except where noted (below and/or in individual files), all code in this repository is dual-licensed under either:
at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
$ claude mcp add bevy_garage \
-- python -m otcore.mcp_server <graph>