glyph_ui

Crates.ioglyph_ui
lib.rsglyph_ui
version0.1.0
sourcesrc
created_at2020-12-16 22:52:07.838855
updated_at2021-02-20 23:53:47.268467
descriptionTUI library utilizing the Elm architecture
homepagehttps://forge.typ3.tech/charles/glyph_ui
repositoryhttps://forge.typ3.tech/charles/glyph_ui
max_upload_size
id323750
size80,611
Charles Hall (CobaltCause)

documentation

https://docs.rs/glyph_ui

README

Glyph UI

Not your typical GUI library: Glyph UI is actually for implementing text-based interfaces.


Inspired by cursive, iced, and tui-rs, glyph_ui brings to you a low-friction and composable TUI library in modern (read async) Rust. At the moment, there's still a lot of work to do, but the basics are there: check out the examples!

Contributing code

Be sure to run the .hooks/install.sh script after the first clone. The post-merge hook will re-run this script to apply changes to the hooks, if there are any. The pre-commit hook runs cargo fmt and cargo test. If you don't want to run the tests for some reason (maybe you already did and just don't want to do it again automatically), you can set the SKIP_TESTS_PLEASE environment variable to anything.

License

This project is licensed under either of

at your option.

Commit count: 0

cargo fmt