Sunday, February 6, 2022

LYNX - A LIBRARY FOR CREATING TEXT USER INTERFACES FOR TERMINALS IN C

Lynx compiles some of the ideas I have developed into a soon-to-be cross-platform library that makes it possible to develop fast TUI applications for terminals.

The following Demo features:

  • Double Screen Buffer.
  • Ansi Color Sequences for Terminals.
  • Keyboard input with kbhit().  
  • Screen Resizing.
  • Timer for animations.

https://github.com/velorek1/lynx

 


No comments:

Post a Comment