Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kseen715/imeclui

Immediate Mode Command Line User Interface written in C
https://github.com/kseen715/imeclui

Last synced: 8 days ago
JSON representation

Immediate Mode Command Line User Interface written in C

Awesome Lists containing this project

README

        

# IMΞCLUI



## Description
IMΞCLUI stands for Immediate Mode KSI Command Line User Interface. It is a simple command line interface that uses ANSI escape codes to draw the interface and handle user input.

## Credits
- [tc.h](https://gitlab.com/greggink/youtube_episode_control_terminal) by [Gregg Ink](https://gitlab.com/greggink) - [LICENSE](https://gitlab.com/greggink/youtube_episode_control_terminal/-/raw/master/LICENSE?ref_type=heads) - basic terminal controls
- [ANSI.md](https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797) by [fnky](https://gist.github.com/fnky) - ANSI escape codes