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. %!s(int64=7) %!d(string=hai) anos
examples 1ef055f3d6 Change how Events are represented %!s(int64=7) %!d(string=hai) anos
nimbox bf72ddcb5e Switch to manual generation of low-level wrapper %!s(int64=7) %!d(string=hai) anos
.gitignore bf72ddcb5e Switch to manual generation of low-level wrapper %!s(int64=7) %!d(string=hai) anos
README.md 3142996db9 Update README to use Nimble package list again %!s(int64=7) %!d(string=hai) anos
nimbox.nim 2b2c646e21 Rename `ArrowUp`, etc. to just `Up`, etc. %!s(int64=7) %!d(string=hai) anos
nimbox.nimble bf72ddcb5e Switch to manual generation of low-level wrapper %!s(int64=7) %!d(string=hai) anos

README.md

Nimbox

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.

Installation

Nimbox can be installed through Nimble, Nim's package manager:

nimble install nimbox