getimiskon's simplified ncurses library
Go to file
getimiskon 3a52ce0db6 Updated README.md 2024-03-02 10:29:52 +02:00
README.md Updated README.md 2024-03-02 10:29:52 +02:00
gsn.c Added UTF-8 and text justification support 2024-03-02 10:28:34 +02:00
gsn.h Added UTF-8 and text justification support 2024-03-02 10:28:34 +02:00
gsn_testing.c Updated gsn_testing.c 2024-03-02 10:29:32 +02:00

README.md

GSN - getimiskon's simplified ncurses

Dependencies

  • ncurses

Build instructions

Run the following command:

gcc gsn.c [YOUR PROGRAM].c -o [YOUR PROGRAM] -lncursesw

(or the Clang equivalent)

Currently working

  • Basic output

  • Basic input

  • Attributes support (most of them)

  • Text justification

  • UTF-8 encoding

TODO

  • Colors

  • Windows

  • Menus

  • More advanced features

(More to be added)