diff options
Diffstat (limited to 'documentation/intro.html')
| -rw-r--r-- | documentation/intro.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/intro.html b/documentation/intro.html index 26c096ba3..574bf5384 100644 --- a/documentation/intro.html +++ b/documentation/intro.html @@ -4,9 +4,11 @@ <H1 ALIGN="RIGHT"><A NAME="intro">1 - Introduction to FLTK</A></H1> <P>The Fast Light Tool Kit ("FLTK", pronounced -"fulltick") is a LGPL'd C++ graphical user interface -toolkit for X (UNIX®), MacOS®, and Microsoft® -Windows®. It was originally developed by Mr. Bill Spitzak +"fulltick") is a cross-platform C++ GUI toolkit for +UNIX®/Linux® (X11), Microsoft® Windows®, and +MacOS® X. FLTK provides modern GUI functionality without the +bloat and supports 3D graphics via OpenGL® and its built-in +GLUT emulation. It was originally developed by Mr. Bill Spitzak and is currently maintained by a small group of developers across the world with a central repository in the US.</P> @@ -132,8 +134,8 @@ is now included with several Linux distributions.</P> <P>FLTK comes with complete free source code. FLTK is available under the terms of the <A href="license.html">GNU Library -General Public License</A> with ammendments that allow for -static linking. Contrary to popular belief, it can be used in +General Public License</A> with exceptions that allow for static +linking. Contrary to popular belief, it can be used in commercial software - even Bill Gates could use it!</P> <H2>What Does "FLTK" Mean?</H2> |
