1 test/README - 20 Oct 1998
2 -------------------------
4 This directory contains tests and demos of FL. In most cases you can
5 learn a lot about how to program FL by looking at the source code.
7 Type "make" to compile them all.
9 The program "demo" is a graphical interface to run all the demos. (you
10 may recognize this as a rewrite of an XForms program).
12 Some of the more interesting programs:
14 fractals: A GLUT program with FL controls added to it
16 glpuzzle: A GLUT program with no modifications
18 fullscreen: Demo of how to make your window toggle to fill screen
20 list_visuals: necessary to debug X visual stuff
22 mandelbrot: A true application, using panels built in Fluid
24 menubar: Demo of how FL's menus work
26 shiny: Demo of drawing FL's controls using OpenGL
28 forms: An XForms program to demonstrate emulation
30 colbrowser: Another XForms program that is actually useful