bevy-starter
A minimalist starter for bevy and rust
Rust★ 121⑂ 9 forksMITupdated 1 month ago
git clone https://github.com/nolantait/bevy-starter.gitnolantait/bevy-starterREADME.mdfork it — it’s yours
Bevy Starter
This repo is a minimal starter for Bevy 0.19
Inspiration
Building
You can build your game
cargo run
If you want the extra dev features then you can toggle them:
cargo run --features dev
Depending on if you are building a 2D or 3D game you can set your Bevy features
accordingly in Cargo.toml to reduce compile times. For 2D games you can use:
bevy = { version = "0.19", default-features = false, features = ["2d"] }
See Cargo Feature Collections for more information.
Features
- Cargo configured according to Bevy guide with build optimizations
- Avian physics
- Generic set of starting plugins with your games logic inside
GamePlugin TLDR.mdfor quick reference and passing to LLMs.agentsfolder with bevy skills for LLMs
Missing
- Deployment
more like this
TachiSnap
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…
HTML★ 50
bit_gossip
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.
Rust★ 50