1fltk(3) Library Functions Manual fltk(3)
2
3
4
6 fltk - the fast light tool kit
7
8
10 The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a C++ graph‐
11 ical user interface toolkit for the X Window System, MacOS(r), and Mi‐
12 crosoft Windows(r) that supports OpenGL(r). It was originally devel‐
13 oped by Mr. Bill Spitzak and is currently maintained by a small group
14 of developers across the world with a central repository in the US.
15
16 FLTK is provides under the terms of the GNU Library General Public
17 License, with the following exceptions:
18
19 1. Modifications to the FLTK configure script, config header
20 file, and makefiles by themselves to support a specific platform
21 do not constitute a modified or derivative work.
22
23 The authors do request that such modifications be contributed to
24 the FLTK project - send all contributions through the "Software
25 Trouble Report" on the following page:
26
27 http://www.fltk.org/str.php
28
29 2. Widgets that are subclassed from FLTK widgets do not consti‐
30 tute a derivative work.
31
32 3. Static linking of applications and widgets to the FLTK
33 library does not constitute a derivative work and does not
34 require the author to provide source code for the application or
35 widget, use the shared FLTK libraries, or link their applica‐
36 tions or widgets against a user-supplied version of FLTK.
37
38 If you link the application or widget to a modified version of
39 FLTK, then the changes to FLTK must be provided under the terms
40 of the LGPL in sections 1, 2, and 4.
41
42 4. You do not have to provide a copy of the FLTK license with
43 programs that are linked to the FLTK library, nor do you have to
44 identify the FLTK license in your program or documentation as
45 required by section 6 of the LGPL.
46
47 However, programs must still identify their use of FLTK. The
48 following example statement can be included in user documenta‐
49 tion to satisfy this requirement:
50
51 [program/widget] is based in part on the work of the FLTK
52 project (http://www.fltk.org).
53
55 fltk-config(1), fluid(1)
56 FLTK Programming Manual
57 FLTK Web Site, http://www.fltk.org/
58
60 Bill Spitzak and others.
61
62
63
646 January 2002 Fast Light Tool Kit fltk(3)