Introduction

FLTK, the fast light toolkit (pronounced fulltick) is an efficient graphical user interface library (GUI) for C++. It comes with the Fluid rapid application development (RAD) tool to help design windows and dialogs.

An understanding of C++ and of event-driven programming is all that is required to use FLTK.

world icon  Flash video tutorials on the basics of FLTK and Fluid are offered by Greg Ercolano.
      Erco also offers useful examples on his FLTK Cheat Page.

world icon  A more in-depth guide for FLTK beginners has been made available by Robert Arkiletian.

quicydoc img  A complete set of FLTK examples is available, with CubeView project for Code::Blocks and FLUID..

quicydoc img  The official FLTK manual is essential reference to use with the examples.