Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmammino/bevy-wrapping-square
A simple example showcasing how to use Bevy to display a square with acceleration (controllable with your keyboard) that wraps around the screen!
https://github.com/lmammino/bevy-wrapping-square
acceleration bevy demo demo-app desktop ecs game game-development rust
Last synced: 24 days ago
JSON representation
A simple example showcasing how to use Bevy to display a square with acceleration (controllable with your keyboard) that wraps around the screen!
- Host: GitHub
- URL: https://github.com/lmammino/bevy-wrapping-square
- Owner: lmammino
- License: mit
- Created: 2022-10-23T11:48:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T11:51:18.000Z (about 2 years ago)
- Last Synced: 2024-10-03T15:40:56.623Z (about 1 month ago)
- Topics: acceleration, bevy, demo, demo-app, desktop, ecs, game, game-development, rust
- Language: Rust
- Homepage:
- Size: 301 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bevy Wrapping Square example
A simple example showcasing how to use Bevy to display a square with acceleration (controllable with your keyboard) that wraps around the screen!
![An example of the "game" in action... if we can call it a game](demo.gif)
## Usage
Clone locally and run:
```bash
git clone https://github.com/lmammino/bevy-wrapping-square.git
cd bevy-wrapping-square
cargo run
```It requires a recent version of the Rust compiler.
## Controls
Keyboard only controls:
- `⬆️` accelerate up
- `⬇️` accelerate down
- `➡️` accelerate right
- `⬅️` accelerate left## Contributing
Everyone is very welcome to contribute to this project.
You can contribute just by submitting bugs or suggesting improvements by
[opening an issue on GitHub](https://github.com/lmammino/bevy-wrapping-square/issues).## License
Licensed under [MIT License](LICENSE). © Luciano Mammino.