https://github.com/gothenburgbitfactory/vitapi
https://github.com/gothenburgbitfactory/vitapi
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gothenburgbitfactory/vitapi
- Owner: GothenburgBitFactory
- License: other
- Created: 2018-02-03T12:15:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T11:51:47.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T03:04:49.002Z (over 1 year ago)
- Language: C++
- Size: 213 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Vitapi - Visual, Input and Terminal API for simple interaction with modern
terminals.
Vitapi is a library that provides routines that can read keyboard input and
interact with your terminal to provide support for building a character-based
UI. It supports the mouse and 256 colors.
Q: Should I just use curses/ncurses instead?
A: Perhaps you should. Vitapi is a lightweight replacement for only some of the
basic ncurses features, without the legacy terminal support, and with a nice
color model that includes 256 color support.
Q: Does vitapi work with UTF8 strings?
A: It should, but there could still be bugs. Please report anything you see
that is wrong.