A Rustbox-inspired termbox wrapper for Nim. Development in this repository has stopped. See the updated fork at https://github.com/dom96/nimbox/
Samadi van Koten 2b2c646e21 Rename `ArrowUp`, etc. to just `Up`, etc. | il y a 8 ans | |
---|---|---|
examples | il y a 8 ans | |
nimbox | il y a 8 ans | |
.gitignore | il y a 8 ans | |
README.md | il y a 8 ans | |
nimbox.nim | il y a 8 ans | |
nimbox.nimble | il y a 8 ans |
Nimbox is a Rustbox-inspired termbox wrapper for Nim.
Nimbox uses an object-oriented style, making writing text-based user interfaces easy and intuitive.
Nimbox is still in development and may eat your laundry. You have been warned.
Nimbox can be installed through Nimble, Nim's package manager:
nimble install nimbox