No description
Find a file
Jonathan Bennett 6a56e76c01 Replace wrap all code in each example inside a proc
This is done to address issue #9. Based on the language manual, the
defer keyword is not supported at the top level. But defer is used to
ensure that nimbox cleans up after itself when it is finished.
Therefore we need to wrap the call to defer inside a proc.
2019-06-13 21:12:06 +01:00
examples Replace wrap all code in each example inside a proc 2019-06-13 21:12:06 +01:00
nimbox Fixes for 0.18.0 and macOS. 2018-03-22 19:53:56 +00:00
.gitignore Switch to manual generation of low-level wrapper 2016-11-25 22:24:19 +00:00
nimbox.nim Add 256 Color Support (#5) 2018-07-05 14:45:02 +01:00
nimbox.nimble Switch to manual generation of low-level wrapper 2016-11-25 22:24:19 +00:00
README.md Update README to use Nimble package list again 2016-11-25 22:29:39 +00:00

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