simple-term-renderer

Crates.iosimple-term-renderer
lib.rssimple-term-renderer
version0.5.0
sourcesrc
created_at2023-04-13 13:20:38.92068
updated_at2024-04-30 13:57:28.468081
descriptionA *linux* terminal renderer library in rust.
homepage
repositoryhttps://github.com/Khusheete/simple-term-renderer
max_upload_size
id838292
size91,669
Souchet Ferdinand (Khusheete)

documentation

README

Simple Terminal Renderer

A linux terminal renderer library for rust inspired by the processing project. (It was previously named "Termkan" though I renamed it to be more representative of what it is)

Disclaimer: This crate is an experiment to see if I could create a terminal graphical tool. It might get updates (sixel, regis), or it might not, I don't know.

Tests

To run a test, use the command: cargo test *test_name* -- --nocapture 2>err.log

Commit count: 21

cargo fmt