I discovered a collection of GTK 1 software from around 1999 and thought you might find it interesting. It includes programs for displaying very simple GUIs that are easier to use than gtkdialog for their particular purposes as well as an unusual graphics tool.
Builds with just make if you have GTK+ with headers installed. Quits at runtime with an X server error. Runs with XLIB_SKIP_ARGB_VISUALS=1 ./hex but does not display the cursor line for aiming your shots.
A pretty nifty scriptable vector graphics drawing and display tool.
Requires imlib and netpbm. Once you have them and apply the patch given below it builds on Fedora 21 with the command C_INCLUDE_PATH=/usr/include:/usr/include/netpbm make and runs just fine.
I discovered a collection of GTK 1 software from around 1999 and thought you might find it interesting. It includes programs for displaying very simple GUIs that are easier to use than
gtkdialog
for their particular purposes as well as an unusual graphics tool.make
if you have GTK+ with headers installed.make
if you have GTK+ with headers installed.make
if you have GTK+ with headers installed.make
if you have GTK+ with headers installed. Quits at runtime with an X server error. Runs withXLIB_SKIP_ARGB_VISUALS=1 ./hex
but does not display the cursor line for aiming your shots.C_INCLUDE_PATH=/usr/include:/usr/include/netpbm make
and runs just fine.