A fast and lightweight C++ gui toolkit. There is no documentation available, but examples can be found on Erco's FLTK Cheat Page.
SpecsUpdate
Ranked in these QuestionsQuestion Ranking
Pros
Pro Simplicity
It's simple design and lack of more advanced C++ features makes it easy for beginners.
Pro Fast
Well-designed widgets, coded with careful attention to rendering/execution speed.
Pro Stable
FLTK code developed more than 10 years ago still compiles and runs perfectly, without changes.
Pro Lightweight
Uses a limited and lightweight design and restricts itself to solely GUI functionality. Because of this restriction, the FLTK hello world example is only about 100 KiB.
Pro GUI designer
Fast Light User-Interface Designer (FLUID) included.
Cons
Con Can be too simple for some projects
FLTK offers far fewer widgets than most other toolkits.
Con Does not look like a native application
Because it uses non-native widgets, it doesn't look like a native application on any platform.
Commonly Compared
