summaryrefslogtreecommitdiff
path: root/documentation/src/intro.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/intro.dox')
-rw-r--r--documentation/src/intro.dox11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox
index 7e441b502..48eee0dc8 100644
--- a/documentation/src/intro.dox
+++ b/documentation/src/intro.dox
@@ -142,6 +142,17 @@ the toolkit, which was already in use by several people, Bill
came up with "FLTK", including a bogus excuse that it
stands for "The Fast Light Toolkit".
+\section intro_fluid FLUID
+
+FLTK comes bundled with FLUID. FLUID, short for Fast Light User Interface
+Designer, is a graphical editor capable of generating C++ source code and
+header files ready for compilation. These files ultimately create the graphical
+user interface for an application.
+
+The FLUID User Handbook is available at https://www.fltk.org/documentation.php .
+It can also be compiled from the FLTK source repository using the `fluid_docs`
+target in the CMake build environment.
+
\section intro_cmake Building and Installing FLTK with CMake
Starting with version 1.4, the recommended FLTK building system