FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
This is intended to be used as (a) an example of event handling and (b) a test program to visualize many event related variables This first version is compatible with FLTK 1.3.x but lacks the screen scaling factor under 1.3.x (which is always assumed to be 100%). Note: this does not reflect any system or monitor related settings. |
||
|---|---|---|
| cairo | ||
| CMake | ||
| documentation | ||
| examples | ||
| FL | ||
| fluid | ||
| GL | ||
| jpeg | ||
| lib | ||
| misc | ||
| nanosvg | ||
| png | ||
| public | ||
| src | ||
| test | ||
| zlib | ||
| .clang-format | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .travis.yml | ||
| abi-version.cmake.in | ||
| abi-version.in | ||
| ANNOUNCEMENT | ||
| autogen.sh | ||
| CHANGES_1.0.txt | ||
| CHANGES_1.1.txt | ||
| CHANGES_1.3.txt | ||
| CHANGES.txt | ||
| CMakeLists.txt | ||
| configh.cmake.in | ||
| configh.in | ||
| configure.ac | ||
| COPYING | ||
| CREDITS.txt | ||
| DartConfig.cmake | ||
| fltk-config.in | ||
| fltk.list.in | ||
| fltk.spec.in | ||
| fltk.xpm | ||
| forms.h | ||
| install-sh | ||
| mac_endianness.h | ||
| Makefile | ||
| makeinclude.in | ||
| makesrcdist | ||
| README.abi-version.txt | ||
| README.Android.md | ||
| README.bundled-libs.txt | ||
| README.Cairo.txt | ||
| README.CMake.txt | ||
| README.IDE.txt | ||
| README.macOS.md | ||
| README.md | ||
| README.Pico.txt | ||
| README.txt | ||
| README.Unix.txt | ||
| README.Windows.txt | ||
| VERSION | ||
README - Fast Light Tool Kit (FLTK) Version 1.4.0
WHAT IS FLTK?
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
modern GUI functionality without the bloat and supports 3D
graphics via OpenGL(r) 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.
For more information see README.txt:
https://github.com/fltk/fltk/blob/master/README.txt