nimbox

A Rustbox-inspired termbox wrapper

Wrapper score 30/100 · tests present · docs generated

Wraps a native library — check OS Compatibility below for platform-specific linking notes.

Summary

Latest Version 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-31 07:15

Authors

  • Samadi van Koten

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 - - - - - - -

Dependencies

Package Version Optional
nim >= 0.14.3 No

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