A curses TUI library for Uinxed-Kernel(Also other OSes).
More tiny than NCurses, easier than NCurses, faster than NCurses.
And made by a few people.
Every platform can build UCurses. Include Windows, Linux, FreeBSD, macOS... Actually as long as you have gcc and GNU-Make.
For building, run the shell command following.
make build
Then you see the library(.a) file.
Want test? We have test example.
make test
To run it, ./test.elf
or .\test.exe
.
- Rainy101112