Create README.md

This commit is contained in:
Xyverle
2025-05-17 15:22:11 -04:00
committed by GitHub
parent 4ba0fb8795
commit 3d374d7578

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Neutuino
Zero dependancy cross-platform pure-rust simple TUI library
Supported OSes: Windows 10+, MacOS (untested), Linux
This project is still highly work in progress and it will be a decent while until 1.0
## Todo
- [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)
- [ ] 1.0 / API cleanup