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
- Host: GitHub
- URL: https://github.com/cleancut/bevy_platformer
- Owner: CleanCut
- Created: 2022-02-21T23:12:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T23:41:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T22:43:37.222Z (about 1 year ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/APACHE
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).