Crate ruscii

Source
Expand description

§ruscii

ruscii is a library that aims to provide a fast, straightforward, and easy-to-use interface with the terminal to create text-based games and applications. It can be used on multiple platforms and terminals. For more information, see Crossterm’s terminal support.

ruscii’s simple API for key press/release events and drawing on the terminal screen enables effortless and quick game development in relatively few lines. For examples, see the examples folder of the ruscii repository.

Modules§

app
App
drawing
Drawing
gui
GUI
keyboard
Keyboard
spatial
Spatial
terminal
Terminal