Ascii-Forge
A dead simple Terminal UI Engine built off of crossterm that improves terminal UI/Games without adding too much fluff.
Why?
Although other terminal UI Engines already exist, like Ratatui, I felt there was a lot of fluff that wasn't needed for a small application.
As well, there aren't many bare-bones terminal UI engines with as much flexability as would be needed to make a fun game. In order to acomplish this, all elements of the engine are available, at all times.
What?
Using crossterm, I built a rendering engine for ascii that allows you to rapidly build apps using a terminal.
Examples
Most of the examples will be found in the examples directory
Simplest Example Included for convenience
use ;
use *;
Documentation
- docs.rs
- Wiki Coming Soon!
Goals
- More features for actual UI development
- Reduce required features for the base engine.
- Macro to adjust main function similar to that seen in macroquad