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: about 2 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 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T12:00:29.000Z (3 months ago)
- Last Synced: 2025-01-18T12:31:51.259Z (3 months ago)
- Topics: bevy, bevy-engine, game-development, rust
- Language: Rust
- Homepage:
- Size: 205 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-bevy - Tainted Coders - Bevy Starter
- 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`## Missing
- Deployment