https://github.com/repcomm/tui
Textual UI - a C library for drawing a scene graph and basic shapes to a char[]
https://github.com/repcomm/tui
Last synced: 10 months ago
JSON representation
Textual UI - a C library for drawing a scene graph and basic shapes to a char[]
- Host: GitHub
- URL: https://github.com/repcomm/tui
- Owner: RepComm
- Created: 2021-03-05T17:41:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T20:15:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T08:51:13.158Z (12 months ago)
- Language: C
- Size: 2.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# tui
Textual user interface library for my future custom computer build needs.
Boogaloo friendly.
The point is to emulate UIs with only text as input/output
This includes: scroll views, canvas features (line drawing, etc), and some built in 3d stuff for fun.
I intend on building an entire low-tech browser, and full code editor, as well as a microprocessor operating system that utilize this.
Utilizes cglm/inlcude/cglm directory from https://github.com/recp/cglm for 3d matrix math
