Code: Select all
'from: https://www.freebasic.net/wiki/wikka.php?wakka=ExtLibTOC
CGUI - Library for making GUIs in a simple way.
Curses - Standardized console user interface library.
GTK+ - Cross-platform Graphical User Interface Library.
IUP - Portable toolkit for building graphical user interfaces.
wxC - Cross-platform Graphical User Interface Library.
Windows API - Windows GUIs and more
X11 - Windowing system commonly used on Linux systems
What are relative advantages and disadvantages of these and which ones do you prefer?
Which one is relatively simple but sufficiently strong to create reasonable GUI applications?
Thanks for your insight.