VCLua is a toolkit library for building graphical user interfaces. VCLua allows a program to be executed on different os systems without any modification.
VCLua can be compiled with the Free Pascal based Lazarus compiler into one easy portable file.
To use VCLua you'll need only the Lua script interpreter.
VCLua currently tested on Windows and Linux.
A library in C++ for creating old-school graphic tiles.
An SDL-based library in C++ for creating old-school graphic tiles/characters. Especially suited for roguelike games and nostalgic programmers. Visit the blog for more information:
http://xtiles.blogspot.com/
The command line interface is of little relevance nowadays (please don't troll) but since I love to code in C and making a GUI in that language is such a pain, I have found usefull to make a module to create command line menu.
It is very simple, a few functions to create your menus and put them in a hierachy and a software loop.