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

https://github.com/cleancut/bevy_platformer

Barebones skeleton of a 2D platformer using Bevy
https://github.com/cleancut/bevy_platformer

Last synced: 8 months ago
JSON representation

Barebones skeleton of a 2D platformer using Bevy

Awesome Lists containing this project

README

          

# Bevy Platformer

Barebones skeleton of a 2D platformer using Bevy and Rapier.

## Quick Start

Clone this repository and run:

```
cargo run --release
```

## Software License

Distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See [license/APACHE](license/APACHE) and [license/MIT](license/MIT).