Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbbirkisson/bevy-terminal-renderer
https://github.com/gbbirkisson/bevy-terminal-renderer
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbbirkisson/bevy-terminal-renderer
- Owner: gbbirkisson
- License: gpl-3.0
- Created: 2023-04-04T09:07:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-04T20:09:28.000Z (over 1 year ago)
- Last Synced: 2024-11-06T13:39:08.996Z (about 2 months ago)
- Language: Rust
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bevy-terminal-renderer
This project is a terminal renderer for the amazing [bevy game engine](https://bevyengine.org/). It allows you render your games/simulations using a terminal. Why would anybody do this? Well, I wanted to get more familiar with bevy and I like the terminal, so why not. This is a small hobby project of mine, and will not be actively maintained.
> **Note**: This has only been tested on Linux!
## How to use this?
Take a look at the [examples](./examples) to get some ideas!
#### [Example: Spinning diamond](./examples/spinning-diamond)
#### [Example: Using a physics engine](./examples/physics-balls)