|
|
13 years ago | |
|---|---|---|
| .. | ||
| blocks.app/Contents | 13 years ago | |
| checkers.app/Contents | 13 years ago | |
| desktop | 13 years ago | |
| pixmaps | 13 years ago | |
| sudoku.app/Contents | 13 years ago | |
| CubeMain.cxx | 13 years ago | |
| CubeView.cxx | 13 years ago | |
| CubeView.h | 13 years ago | |
| CubeViewUI.fl | 13 years ago | |
| README | 13 years ago | |
| adjuster.cxx | 13 years ago | |
| arc.cxx | 13 years ago | |
| ask.cxx | 13 years ago | |
| bitmap.cxx | 13 years ago | |
| blocks.cxx | 13 years ago | |
| boxtype.cxx | 13 years ago | |
| browser.cxx | 13 years ago | |
| button.cxx | 13 years ago | |
| buttons.cxx | 13 years ago | |
| cairo_test.cxx | 13 years ago | |
| checkers.cxx | 13 years ago | |
| colbrowser.cxx | 13 years ago | |
| color_chooser.cxx | 13 years ago | |
| connect.cxx | 13 years ago | |
| cube.cxx | 13 years ago | |
| cursor.cxx | 13 years ago | |
| curve.cxx | 13 years ago | |
| demo.cxx | 13 years ago | |
| demo.menu | 13 years ago | |
| device.cxx | 13 years ago | |
| doublebuffer.cxx | 13 years ago | |
| editor.cxx | 13 years ago | |
| fast_slow.fl | 13 years ago | |
| file_chooser.cxx | 13 years ago | |
| fl_jpeg_image.cxx | 13 years ago | |
| fonts.cxx | 13 years ago | |
| fractals.cxx | 13 years ago | |
| fracviewer.cxx | 13 years ago | |
| fracviewer.h | 13 years ago | |
| fromdos.c | 13 years ago | |
| fullscreen.cxx | 13 years ago | |
| gl_overlay.cxx | 13 years ago | |
| glpuzzle.cxx | 13 years ago | |
| hello.cxx | 13 years ago | |
| help.cxx | 13 years ago | |
| iconize.cxx | 13 years ago | |
| image.cxx | 13 years ago | |
| inactive.fl | 13 years ago | |
| input.cxx | 13 years ago | |
| input_choice.cxx | 13 years ago | |
| keyboard.cxx | 13 years ago | |
| keyboard.h | 13 years ago | |
| keyboard_ui.fl | 13 years ago | |
| label.cxx | 13 years ago | |
| line_style.cxx | 13 years ago | |
| list_visuals.cxx | 13 years ago | |
| makedepend | 13 years ago | |
| makefile.wat | 13 years ago | |
| mandelbrot.cxx | 13 years ago | |
| mandelbrot.h | 13 years ago | |
| mandelbrot_ui.fl | 13 years ago | |
| menubar.cxx | 13 years ago | |
| message.cxx | 13 years ago | |
| minimum.cxx | 13 years ago | |
| native-filechooser.cxx | 13 years ago | |
| navigation.cxx | 13 years ago | |
| output.cxx | 13 years ago | |
| overlay.cxx | 13 years ago | |
| pack.cxx | 13 years ago | |
| pixmap.cxx | 13 years ago | |
| pixmap_browser.cxx | 13 years ago | |
| preferences.fl | 13 years ago | |
| radio.fl | 13 years ago | |
| resize.fl | 13 years ago | |
| resizebox.cxx | 13 years ago | |
| rgb.txt | 13 years ago | |
| rotated_text.cxx | 13 years ago | |
| scroll.cxx | 13 years ago | |
| shape.cxx | 13 years ago | |
| subwindow.cxx | 13 years ago | |
| sudoku.cxx | 13 years ago | |
| sudoku.ico | 13 years ago | |
| sudoku.rc | 13 years ago | |
| sudokurc.h | 13 years ago | |
| symbols.cxx | 13 years ago | |
| table.cxx | 13 years ago | |
| tabs.fl | 13 years ago | |
| threads.cxx | 13 years ago | |
| threads.h | 13 years ago | |
| tile.cxx | 13 years ago | |
| tiled_image.cxx | 13 years ago | |
| trackball.c | 13 years ago | |
| trackball.h | 13 years ago | |
| tree.fl | 13 years ago | |
| unittest_about.cxx | 13 years ago | |
| unittest_circles.cxx | 13 years ago | |
| unittest_images.cxx | 13 years ago | |
| unittest_lines.cxx | 13 years ago | |
| unittest_points.cxx | 13 years ago | |
| unittest_rects.cxx | 13 years ago | |
| unittest_scrollbarsize.cxx | 13 years ago | |
| unittest_text.cxx | 13 years ago | |
| unittest_viewport.cxx | 13 years ago | |
| unittests.cxx | 13 years ago | |
| utf8.cxx | 13 years ago | |
| valuators.fl | 13 years ago | |
| wscript | 13 years ago | |
test/README - 20 Oct 1998
-------------------------
This directory contains tests and demos of FL. In most cases you can
learn a lot about how to program FL by looking at the source code.
Type "make" to compile them all.
The program "demo" is a graphical interface to run all the demos. (you
may recognize this as a rewrite of an XForms program).
Some of the more interesting programs:
fractals: A GLUT program with FL controls added to it
glpuzzle: A GLUT program with no modifications
fullscreen: Demo of how to make your window toggle to fill screen
list_visuals: necessary to debug X visual stuff
mandelbrot: A true application, using panels built in Fluid
menubar: Demo of how FL's menus work
shiny: Demo of drawing FL's controls using OpenGL
forms: An XForms program to demonstrate emulation
colbrowser: Another XForms program that is actually useful