FLTK is C++ GUI toolkit, originating in movie industry and designed to be fast and easy to use. Following true unix philosophy, FLTK comes with only portable GUI library that uniformly works on *nix, Windows and OSX platforms. However, due small size, it is often choice for extremely small distributions (TinyCore) or OS-es (FreeDOS with NanoX).
This talk will, beside describing FLTK architecture, show some FLTK code snippets and compare it against popular toolkits (Qt/Gtk+) mentioning pros and conses.
Speakers: Sanel Zukan