From 3d374d757890a09e0dcec7257410dc11a93cc463 Mon Sep 17 00:00:00 2001 From: Xyverle <89135927+Xyverle@users.noreply.github.com> Date: Sat, 17 May 2025 15:22:11 -0400 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca4366b --- /dev/null +++ b/README.md @@ -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