mirror of
https://github.com/Xyverle/neutuino.git
synced 2026-06-26 23:53:13 -04:00
18 lines
581 B
Markdown
18 lines
581 B
Markdown
# Neutuino
|
|
Zero dependancy cross-platform pure-rust simple TUI library
|
|
|
|
Supported OSes: Windows 10+, MacOS (untested), and Linux
|
|
|
|
This project is still highly work in progress and it will be a decent while until feature completeness
|
|
|
|
## Roadmap
|
|
- [x] Output (Unix)
|
|
- [x] Output (Windows)
|
|
- [x] Input (Unix) (Appears to work, more testing needed)
|
|
- [ ] Input (Windows) (WIP)
|
|
- [ ] Events (Focus reporting, Bracketed-paste) (Unix)
|
|
- [ ] Events (Focus reporting, Bracketed-paste) (Windows)
|
|
- [ ] Mouse input (Unix)
|
|
- [ ] Mouse input (Windows)
|
|
- [ ] Feature completeness / API cleanup
|