Crate console_engine

source ·
Expand description

This library provides simple features to draw things and manage user input for terminal applications.

Besides these features, this library also provides some tools to build standalone “screens” that can be used outside of the engine itself.

It’s built on top of Crossterm for handling the screen and inputs. You don’t have to worry about initalizing anything because this crate will handle this for you.

Re-exports

Modules

Structs

Enums