sean butler

vtkit: text mode boxes, lines colors and plotting with text in c

Its a very simple c library. Draws Boxes, Lines and Text at Arbitrary places on screen. Double Buffered Output so no screen flicker if you want to animate. Detects Resize Events etc.

Clear example code in the repo showing how to use the API, its self explanatory though from the function names.

Doesnt enforce a particular way of working. No Main Loop or other Architecture. Bring your own.

vtkit Lines Screenshot vtkit Boxes Screenshot

API

Session

Clear & Move

Color / Cursor

IO

Screen Size

Double Buffer Manip

Double Buffer Drawing

Thats It, Share and Enjoy!

( see also: text c tui )