https://github.com/nolantait/bevy-starter
A minimalist starter for bevy and rust
https://github.com/nolantait/bevy-starter
bevy bevy-engine game-development rust
Last synced: 4 months ago
JSON representation
A minimalist starter for bevy and rust
- Host: GitHub
- URL: https://github.com/nolantait/bevy-starter
- Owner: nolantait
- License: mit
- Created: 2022-11-22T08:38:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-25T16:52:02.000Z (5 months ago)
- Last Synced: 2026-01-25T17:21:24.663Z (5 months ago)
- Topics: bevy, bevy-engine, game-development, rust
- Language: Rust
- Homepage:
- Size: 230 KB
- Stars: 81
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-bevy - Tainted Coders - Bevy Starter
README
# Bevy Starter
This repo is a minimal starter for Bevy `0.15`
## Inspiration
- [`bevy_space`](https://github.com/perlindgren/bevy-space)
- [`bevy_new_2d`](https://github.com/TheBevyFlock/bevy_new_2d)
## Features
- Cargo configured according to Bevy guide with build optimizations
- [Avian](https://github.com/Jondolf/avian) physics
- Generic set of starting plugins with your games logic inside `GamePlugin`
- `AI.md` for passing to tools like [`aider`](https://aider.chat/) and others
that helps them get more recent context from Bevy
## Missing
- Deployment