An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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