fltk/test
Michael R Sweet 5e2f2d6c51 Mandelbrot demo fix from Bill - was crashing when the Julia set was opened.
git-svn-id: file:///fltk/svn/fltk/trunk@153 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
1998-12-08 21:06:54 +00:00
..
adjuster.cxx
arc.cxx
ask.cxx
bitmap.cxx
black_1.xbm
black_2.xbm
black_3.xbm
black_4.xbm
blackking_1.xbm
blackking_2.xbm
blackking_3.xbm
blackking_4.xbm
boxtype.cxx
browser.cxx More filename changes... 1998-12-06 15:57:05 +00:00
browserop.cxx
button.cxx
buttons.cxx
checkers.cxx OpenGL patches from Bill. 1998-12-08 21:04:40 +00:00
clock.cxx
colbrowser.cxx OS/2 changes. 1998-12-07 13:41:56 +00:00
color_chooser.cxx Fixed an #include... 1998-12-06 15:46:13 +00:00
connect.cxx
cube.cxx
cursor.cxx
curve.cxx
demo.cxx Fix for demo program to replace extension instead of append (from Bill). 1998-12-02 15:52:41 +00:00
demo.menu Updated demo menu file (no more style demo). 1998-12-02 18:24:50 +00:00
doublebuffer.cxx
fast_slow.fl
file_chooser.cxx
fl_jpeg_image.cxx More filename changes... 1998-12-06 15:57:05 +00:00
fonts.cxx
forms.cxx
fractals.cxx
fracviewer.c
fracviewer.h
fromdos.c
fullscreen.cxx
gl_overlay.cxx
glpuzzle.cxx OpenGL patches from Bill. 1998-12-08 21:04:40 +00:00
hello.cxx
iconize.cxx
image.cxx More filename changes... 1998-12-06 15:57:05 +00:00
inactive.fl Updated Fluid files for new extensions. 1998-12-07 13:22:00 +00:00
input.cxx Patches from Bill: 1998-11-08 15:05:48 +00:00
jpeg_image.cxx More filename changes... 1998-12-06 15:57:05 +00:00
keyboard_ui.fl
keyboard.cxx More filename changes... 1998-12-06 15:57:05 +00:00
label.cxx
list_visuals.cxx
Makefile Changes for .C == .cxx and .H == .h. 1998-12-06 14:59:14 +00:00
mandelbrot_ui.fl Updated Fluid files for new extensions. 1998-12-07 13:22:00 +00:00
mandelbrot.cxx Mandelbrot demo fix from Bill - was crashing when the Julia set was opened. 1998-12-08 21:06:54 +00:00
mandelbrot.h
menubar.cxx Changes from Carl to get rid of default_ variables... 1998-12-02 15:39:39 +00:00
message.cxx Multiple patches from Bill: 1998-11-05 16:04:53 +00:00
minimum.cxx
navigation.cxx Navigation demo has two "i" variables - fix from Hughes Talbot. 1998-11-12 14:17:48 +00:00
output.cxx
overlay.cxx
pack.cxx
pixmap_browser.cxx Multiple patches from Bill: 1998-11-05 16:04:53 +00:00
pixmap.cxx
porsche1.xpm
porsche.xpm
radio.fl
README
resize.fl
resizebox.cxx
scroll.cxx
shape.cxx
shiny_panel.fl
shiny.cxx More filename changes... 1998-12-06 15:57:05 +00:00
srs.xbm
subwindow.cxx
symbols.cxx
tabs.fl
tile.cxx
trackball.c
trackball.h
valuators.fl Updated Fluid files for new extensions. 1998-12-07 13:22:00 +00:00
white_1.xbm
white_2.xbm
white_3.xbm
white_4.xbm
whiteking_1.xbm
whiteking_2.xbm
whiteking_3.xbm
whiteking_4.xbm

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