| Genscreen creates executable screens from flat text files.
Genscreen takes as input a text file containing a
screen design or layout, created with any text editor,
and converts the layout to compilable C/C++ code.
Genscreen creates code using the ncurses library
functions.
Use the editor to design a screen the way you want
it to look including any text prompts and input fields.
Then run the file through Genscreen to produce complete
C/C++ code, ready to compile. Saves time and makes
user interface creation easy. |