Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MorganPeterson/jermbox
A Janet module for building terminal user interfaces
https://github.com/MorganPeterson/jermbox
binding janet janet-lang terminal tui ui
Last synced: 3 months ago
JSON representation
A Janet module for building terminal user interfaces
- Host: GitHub
- URL: https://github.com/MorganPeterson/jermbox
- Owner: MorganPeterson
- License: mit
- Archived: true
- Created: 2021-10-07T02:14:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T17:27:36.000Z (11 months ago)
- Last Synced: 2024-05-27T14:49:24.948Z (6 months ago)
- Topics: binding, janet, janet-lang, terminal, tui, ui
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-janet - jermbox
README
# NOTICE
__I am moving this repository to [Sourcehut](https://git.sr.ht/~nullevoid/jermbox). 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](https://github.com/MorganPeterson/termbox_next) of nullgemm's [Termbox Next](https://github.com/nullgemm/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
```sh
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](https://github.com/sepisoad/jtbox). Their code, though, works with the original [termbox](https://github.com/nsf/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.