FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ManoloFLTK 99c36b44ac Restore building without Cairo developer files (#1087) 15 hours ago
.github CMake/MSVC: Fix shared library build, add to GitHub CI build 6 months ago
CMake CMake/Windows: enable MSVC runtime DLL option for Clang (#1058) 1 month ago
FL Improve documentation on mouse and keyboard events 2 days ago
GL Remove $Id$ tags, update URL's, and more 4 years ago
cairo Introduce "Modern CMake" in FLTK 8 months ago
documentation Document Fl_Flex and Fl_Grid in the list of group widgets 2 days ago
examples CMake: improve linking OpenGL3 example programs (#959) 5 months ago
fltk-options Quote variables that may contain spaces in fltk-options/Makefile 2 months ago
fluid FLUID: Fixes file reading bug, introduces two weeks ago: #1078 3 days ago
jpeg Configure/make: Quote variables that may contain spaces 2 months ago
lib Fix a typo, trailing whitespace, and dependencies 10 months ago
libdecor libdecor: prevent crash using bullt-in libdecor with GDK_BACKEND=x11 (#1029) 2 months ago
misc Update abi-compliance-checker howto 4 months ago
nanosvg Update nanosvg/README.txt to reflect recent changes 10 months ago
png Configure/make: Quote variables that may contain spaces 2 months ago
public Activate GitLab CI and GitLab Pages (HTML docs). 6 years ago
src Restore building without Cairo developer files (#1087) 15 hours ago
test Add option to test scaling shortcuts in test/menubar 2 days ago
util Move src/cmap.cxx to util/cmap.cxx (utilities folder) 3 years ago
zlib Configure/make: Quote variables that may contain spaces 2 months ago
.clang-format Update .clang-format control file 3 years ago
.gitattributes Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
.gitignore Clean up main (root) .gitignore file 2 months ago
.gitlab-ci.yml Introduce "Modern CMake" in FLTK 8 months ago
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 8 years ago
CHANGES.txt CHANGES.txt: mention support for macOS 15 Sequoia 2 weeks ago
CHANGES_1.0.txt Remove $Id$ tags, update URL's, and more 4 years ago
CHANGES_1.1.txt Fix old URL's and forum/newsgroup names 4 years ago
CHANGES_1.3.txt Remove $Id$ tags, update URL's, and more 4 years ago
CMakeLists.txt CMake: add FLTKConfigVersion.cmake 2 months ago
COPYING Remove $Id$ tags, update URL's, and more 4 years ago
CREDITS.txt Update README.txt and CREDITS.txt 10 months ago
Makefile Configure/make: Quote variables that may contain spaces 2 months ago
README.CMake.txt Mark CMake option FLTK_USE_PANGO as highly recommended under X11 2 weeks ago
README.Cairo.txt Introduce "Modern CMake" in FLTK 8 months ago
README.IDE.txt Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
README.Unix.txt Update documentation, remove/edit explicit FLTK versions 7 months ago
README.Wayland.txt Add DnD problem under KWin to list of known limitations (#997) 2 months ago
README.Windows.txt Generate FL/fl_config.h rather than FL/abi-version.h 3 years ago
README.abi-version.txt Introduce "Modern CMake" in FLTK 8 months ago
README.experimental.txt Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
README.macOS.md Remove reference to automake which is not required 8 months ago
README.md Fix trailing whitespace and dependencies 1 year ago
README.txt Update README.txt 5 months ago
autogen.sh Fix README files and remove stale config.guess and config.sub 3 years ago
config.guess Add autoconf cross-compilation support files. 4 years ago
config.sub Add autoconf cross-compilation support files. 4 years ago
configh.cmake.in Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) 6 months ago
configh.in Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) 6 months ago
configure.ac Fix tabs, trailing spaces, and update dependencies 2 months ago
fl_config.cmake.in Move FLTK_USE_SVG from config.h to FL/fl_config.h 8 months ago
fl_config.in Move FLTK_USE_SVG from config.h to FL/fl_config.h 8 months ago
fltk-config.in Remove single-quotes from fltk-config.in (again) 1 month ago
fltk.list.in Remove remaining 'pronounced "fulltick"' statements 10 months ago
fltk.spec.in Remove remaining references to xdbe on X11 6 months ago
fltk.xpm Fixed all Pixmaps to be '*const' (STR #3108). 6 years ago
fltk_version.dat Rename file 'VERSION' to 'fltk_version.dat' (#191) 4 years ago
forms.h Initial revision 26 years ago
install-sh Remove $Id$ tags, update URL's, and more 4 years ago
mac_endianness.h Remove $Id$ tags, update URL's, and more 4 years ago
makeinclude.in Add configure option to build tests only on request (#940) 7 months ago
makesrcdist Display Git revision in docs generated from releases (#499) 1 month ago

README.md

README - Fast Light Tool Kit (FLTK) Version 1.4.0

WHAT IS FLTK?

The Fast Light Tool Kit is a cross-platform C++ GUI toolkit for
UNIX®/Linux® (X11 or Wayland), Microsoft® Windows®, and macOS®.
FLTK provides modern GUI functionality without the bloat and
supports 3D graphics via OpenGL® 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 on GitHub.

For more information see README.txt:
https://github.com/fltk/fltk/blob/master/README.txt

Build