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.
|
4 years ago | |
---|---|---|
.. | ||
desktop | 17 years ago | |
images | 4 years ago | |
mac-resources | 4 years ago | |
pixmaps | 10 years ago | |
CMakeLists.txt | 4 years ago | |
CubeMain.cxx | 14 years ago | |
CubeView.cxx | 13 years ago | |
CubeView.h | 13 years ago | |
CubeViewUI.fl | 4 years ago | |
Makefile | 4 years ago | |
README | 27 years ago | |
adjuster.cxx | 14 years ago | |
animated.cxx | 9 years ago | |
arc.cxx | 10 years ago | |
ask.cxx | 8 years ago | |
bitmap.cxx | 14 years ago | |
blocks.cxx | 11 years ago | |
boxtype.cxx | 10 years ago | |
browser.cxx | 12 years ago | |
button.cxx | 13 years ago | |
buttons.cxx | 14 years ago | |
cairo_test.cxx | 14 years ago | |
checkers.cxx | 9 years ago | |
clock.cxx | 14 years ago | |
colbrowser.cxx | 4 years ago | |
color_chooser.cxx | 10 years ago | |
connect.cxx | 14 years ago | |
cube.cxx | 11 years ago | |
cursor.cxx | 11 years ago | |
curve.cxx | 10 years ago | |
demo.cxx | 4 years ago | |
demo.menu | 4 years ago | |
device.cxx | 9 years ago | |
doublebuffer.cxx | 14 years ago | |
editor.cxx | 9 years ago | |
fast_slow.fl | 4 years ago | |
file_chooser.cxx | 14 years ago | |
fltk-versions.cxx | 4 years ago | |
fonts.cxx | 14 years ago | |
forms.cxx | 10 years ago | |
fractals.cxx | 9 years ago | |
fracviewer.cxx | 9 years ago | |
fracviewer.h | 24 years ago | |
fromdos.c | 27 years ago | |
fullscreen.cxx | 9 years ago | |
gl_overlay.cxx | 11 years ago | |
glpuzzle.cxx | 11 years ago | |
hello.cxx | 14 years ago | |
help.cxx | 4 years ago | |
help_dialog.html | 4 years ago | |
icon.cxx | 11 years ago | |
iconize.cxx | 14 years ago | |
image.cxx | 14 years ago | |
inactive.fl | 4 years ago | |
input.cxx | 14 years ago | |
input_choice.cxx | 14 years ago | |
keyboard.cxx | 13 years ago | |
keyboard.h | 14 years ago | |
keyboard_ui.fl | 4 years ago | |
label.cxx | 10 years ago | |
line_style.cxx | 14 years ago | |
list_visuals.cxx | 9 years ago | |
makedepend | 4 years ago | |
mandelbrot.cxx | 13 years ago | |
mandelbrot.h | 14 years ago | |
mandelbrot_ui.fl | 4 years ago | |
menubar.cxx | 10 years ago | |
message.cxx | 14 years ago | |
minimum.cxx | 14 years ago | |
native-filechooser.cxx | 9 years ago | |
navigation.cxx | 14 years ago | |
offscreen.cxx | 9 years ago | |
output.cxx | 14 years ago | |
overlay.cxx | 14 years ago | |
pack.cxx | 14 years ago | |
pixmap.cxx | 14 years ago | |
pixmap_browser.cxx | 9 years ago | |
preferences.fl | 4 years ago | |
radio.fl | 4 years ago | |
resize.fl | 4 years ago | |
resizebox.cxx | 14 years ago | |
rgb.txt | 20 years ago | |
rotated_text.cxx | 14 years ago | |
scroll.cxx | 14 years ago | |
shape.cxx | 11 years ago | |
subwindow.cxx | 14 years ago | |
sudoku.cxx | 9 years ago | |
sudoku.ico | 20 years ago | |
sudoku.rc | 6 years ago | |
sudokurc.h | 19 years ago | |
symbols.cxx | 14 years ago | |
table.cxx | 15 years ago | |
tabs.fl | 4 years ago | |
threads.cxx | 9 years ago | |
threads.h | 9 years ago | |
tile.cxx | 9 years ago | |
tiled_image.cxx | 14 years ago | |
trackball.c | 11 years ago | |
trackball.h | 27 years ago | |
tree.fl | 4 years ago | |
twowin.cxx | 10 years ago | |
unittest_about.cxx | 14 years ago | |
unittest_circles.cxx | 14 years ago | |
unittest_images.cxx | 9 years ago | |
unittest_lines.cxx | 14 years ago | |
unittest_points.cxx | 14 years ago | |
unittest_rects.cxx | 14 years ago | |
unittest_schemes.cxx | 9 years ago | |
unittest_scrollbarsize.cxx | 13 years ago | |
unittest_symbol.cxx | 12 years ago | |
unittest_text.cxx | 14 years ago | |
unittest_viewport.cxx | 14 years ago | |
unittests.cxx | 10 years ago | |
utf8.cxx | 9 years ago | |
valuators.fl | 4 years ago | |
windowfocus.cxx | 10 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