mirror of https://github.com/fltk/fltk.git
FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
27 years ago | |
---|---|---|
.. | ||
Makefile | 27 years ago | |
README | 27 years ago | |
adjuster.cxx | 27 years ago | |
arc.cxx | 27 years ago | |
ask.cxx | 27 years ago | |
bitmap.cxx | 27 years ago | |
black_1.xbm | 27 years ago | |
black_2.xbm | 27 years ago | |
black_3.xbm | 27 years ago | |
black_4.xbm | 27 years ago | |
blackking_1.xbm | 27 years ago | |
blackking_2.xbm | 27 years ago | |
blackking_3.xbm | 27 years ago | |
blackking_4.xbm | 27 years ago | |
boxtype.cxx | 27 years ago | |
browser.cxx | 27 years ago | |
browserop.cxx | 27 years ago | |
button.cxx | 27 years ago | |
buttons.cxx | 27 years ago | |
checkers.cxx | 27 years ago | |
clock.cxx | 27 years ago | |
colbrowser.cxx | 27 years ago | |
color_chooser.cxx | 27 years ago | |
connect.cxx | 27 years ago | |
cube.cxx | 27 years ago | |
cursor.cxx | 27 years ago | |
curve.cxx | 27 years ago | |
demo.cxx | 27 years ago | |
demo.menu | 27 years ago | |
demod.menu | 27 years ago | |
doublebuffer.cxx | 27 years ago | |
editor.cxx | 27 years ago | |
fast_slow.fl | 27 years ago | |
file_chooser.cxx | 27 years ago | |
fl_jpeg_image.cxx | 27 years ago | |
fonts.cxx | 27 years ago | |
forms.cxx | 27 years ago | |
fractals.cxx | 27 years ago | |
fracviewer.c | 27 years ago | |
fracviewer.h | 27 years ago | |
fromdos.c | 27 years ago | |
fullscreen.cxx | 27 years ago | |
gl_overlay.cxx | 27 years ago | |
glpuzzle.cxx | 27 years ago | |
hello.cxx | 27 years ago | |
iconize.cxx | 27 years ago | |
image.cxx | 27 years ago | |
inactive.fl | 27 years ago | |
input.cxx | 27 years ago | |
jpeg_image.cxx | 27 years ago | |
keyboard.cxx | 27 years ago | |
keyboard_ui.fl | 27 years ago | |
label.cxx | 27 years ago | |
list_visuals.cxx | 27 years ago | |
mandelbrot.cxx | 27 years ago | |
mandelbrot.h | 27 years ago | |
mandelbrot_ui.fl | 27 years ago | |
menubar.cxx | 27 years ago | |
message.cxx | 27 years ago | |
minimum.cxx | 27 years ago | |
navigation.cxx | 27 years ago | |
output.cxx | 27 years ago | |
overlay.cxx | 27 years ago | |
pack.cxx | 27 years ago | |
pixmap.cxx | 27 years ago | |
pixmap_browser.cxx | 27 years ago | |
porsche.xpm | 27 years ago | |
porsche1.xpm | 27 years ago | |
radio.fl | 27 years ago | |
resize.fl | 27 years ago | |
resizebox.cxx | 27 years ago | |
scroll.cxx | 27 years ago | |
shape.cxx | 27 years ago | |
shiny.cxx | 27 years ago | |
shiny_panel.fl | 27 years ago | |
srs.xbm | 27 years ago | |
subwindow.cxx | 27 years ago | |
symbols.cxx | 27 years ago | |
tabs.fl | 27 years ago | |
tile.cxx | 27 years ago | |
trackball.c | 27 years ago | |
trackball.h | 27 years ago | |
valuators.fl | 27 years ago | |
white_1.xbm | 27 years ago | |
white_2.xbm | 27 years ago | |
white_3.xbm | 27 years ago | |
white_4.xbm | 27 years ago | |
whiteking_1.xbm | 27 years ago | |
whiteking_2.xbm | 27 years ago | |
whiteking_3.xbm | 27 years ago | |
whiteking_4.xbm | 27 years ago |
README
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