Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kseen715/imeclui
- Owner: Kseen715
- License: mit
- Created: 2024-02-16T17:04:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T00:26:48.000Z (8 months ago)
- Last Synced: 2024-03-01T01:35:08.971Z (8 months ago)
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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