2 releases
0.1.1 | Sep 30, 2024 |
---|---|
0.1.0 | Sep 27, 2024 |
#36 in #gradient
370 downloads per month
Used in too_crossterm
145KB
4K
SLoC
too
A simple TUI library.
This provides an optimized renderer/surface implementation with abstractions over various terminal backends. A basic App
trait can be used to implement your low-level applications.
Examples
See some examples
A description of some of the examples:
name | description |
---|---|
ddd | A 3d raytracing demo (note, run this with --release ) |
gradient | A nice gradient visualization |
hello | Drag a square to see transparency effects |
layout | Dynamic linear run-packing layouts |
rect_split | Splitting a rectangle and resizing it |
torch | like less but with an accurate dark mode |
Backend implementations
License: APACHE or MIT