nimbox
A Rustbox-inspired termbox wrapper
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install nimbox
choosenim install nimbox
git clone https://github.com/dom96/nimbox
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimbox | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/dom96/nimbox |
|---|---|
| Homepage | https://github.com/dom96/nimbox |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
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