Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

MorganPeterson/jermbox

Repository files navigation

NOTICE

I am moving this repository to Sourcehut. That means that this repository will be archived and any future development (if any) will be done there.

Jermbox

A Janet native module for working with a forked version of nullgemm's Termbox Next.

This module allows for easy buidng of terminal UIs.

OS Requirements

This module is build and tested on Arch Linux. I can only guarantee that this will work on most linux systems.

I don't have the means to test this on any other environment than Linux. If you would like to see it work on your OS of choice then feel free to put in a PR or fork from this repo.

Install Package

sudo jpm install https://github.com/MorganPeterson/jermbox

Examples

Example usage can be found in the examples and test directory.

Ackowledgement

This borrows heavily from sepisoad's code: jtbox. Their code, though, works with the original termbox which was abandoned by the author and refactored for some unknown reason.

There are a lot more additions to my module then what sepisoad had done. Hopefully, for the better.