Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gbbirkisson/bevy-terminal-renderer


https://github.com/gbbirkisson/bevy-terminal-renderer

Last synced: about 8 hours ago
JSON representation

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)