A Janet native module for working with a forked version of nullgemm's Termbox Next.
This module allows for easy buidng of terminal UIs.
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.
sudo jpm install https://github.com/MorganPeterson/jermbox
Example usage can be found in the examples and test directory.
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.