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.
 
 
 
 
 
 
Matthias Melcher b2eb664586 FLUID File Format Documentation Fixes 2 years ago
.github Fl_String refactoring and extension (#683) 2 years ago
CMake Allow building Wayland platform without dbus - cont'd (#726) 2 years ago
FL Documentation: screenshot updates 2 years ago
GL Remove $Id$ tags, update URL's, and more 5 years ago
cairo CMake: build shared libs with OPTION_CAIROEXT (issue #250) 2 years ago
documentation Documentation: screenshot updates 2 years ago
examples Fix Visual Studio (MSVC) compiler warnings 2 years ago
fltk-options Fix more compiler warnings (comma at end of enum) 2 years ago
fluid FLUID File Format Documentation Fixes 2 years ago
jpeg Update bundled libjpeg to version 9e - cont'd 2 years ago
lib Improve documentation about library build folders and more 4 years ago
libdecor libdecor: update with upstream source code as of 2023-jun-6 2 years ago
misc Fix README files and remove stale config.guess and config.sub 4 years ago
nanosvg Update bundled nanosvg library to current upstream version 3 years ago
png Re-apply PNG warning fix (#296, #682) 2 years ago
public Activate GitLab CI and GitLab Pages (HTML docs). 7 years ago
src Keep sending FL_DRAG until all mouse buttons are released 2 years ago
test Display mouse button state in test/handle_events.cxx demo 2 years ago
util Move src/cmap.cxx to util/cmap.cxx (utilities folder) 3 years ago
zlib Update bundled zlib to version 1.2.13 (13 oct 2022) 2 years ago
.clang-format Update .clang-format control file 3 years ago
.gitattributes Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
.gitignore Very controlled GDIplus startup and shutdown #635 (#679) 2 years ago
.gitlab-ci.yml GitLab CI: fix syntax error 3 years ago
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 9 years ago
CHANGES.txt Add close buttons for individual tabs in Fl_Tabs (#628) 2 years ago
CHANGES_1.0.txt Remove $Id$ tags, update URL's, and more 5 years ago
CHANGES_1.1.txt Fix old URL's and forum/newsgroup names 5 years ago
CHANGES_1.3.txt Remove $Id$ tags, update URL's, and more 5 years ago
CMakeLists.txt CMake: build shared libs with OPTION_CAIROEXT (issue #250) 2 years ago
COPYING Remove $Id$ tags, update URL's, and more 5 years ago
CREDITS.txt Remove $Id$ tags, update URL's, and more 5 years ago
Makefile Fix "Provide --without-fluid configure option" - cont'd (#725) 2 years ago
README.CMake.txt Describe cmake option OPTION_ALLOW_GTK_PLUGIN 2 years ago
README.Cairo.txt Make hybrid Wayland/X11 platform. 3 years ago
README.IDE.txt Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
README.Unix.txt Fix a typo in README.Unix.txt 3 years ago
README.Wayland.txt Allow building Wayland platform without dbus (#726) 2 years ago
README.Windows.txt Generate FL/fl_config.h rather than FL/abi-version.h 4 years ago
README.abi-version.txt Generate FL/fl_config.h rather than FL/abi-version.h 4 years ago
README.experimental.txt Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
README.macOS.md update README.macOS.md (Creating new Projects) 3 years ago
README.md Removed the Fulltick reference 2 years ago
README.txt Removed Fulltick reference 2 years ago
autogen.sh Fix README files and remove stale config.guess and config.sub 4 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 Remove usage of __APPLE_QUARTZ__ (#673) 2 years ago
configh.in Remove usage of __APPLE_QUARTZ__ (#673) 2 years ago
configure.ac Fix "Provide --without-fluid configure option" - cont'd (#725) 2 years ago
fl_config.cmake.in Make hybrid Wayland/X11 platform. 3 years ago
fl_config.in Make hybrid Wayland/X11 platform. 3 years ago
fltk-config.in Fix more missing quotes in fltk-config.in (#714) 2 years ago
fltk.list.in Move global FLTK options into new app fltk-admin (#560) 2 years ago
fltk.spec.in CMake: refactor and reformat CMake files 5 years 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 27 years ago
install-sh Remove $Id$ tags, update URL's, and more 5 years ago
mac_endianness.h Remove $Id$ tags, update URL's, and more 5 years ago
makeinclude.in Fix "Provide --without-fluid configure option " (#725) 2 years ago
makesrcdist Fix README files and remove stale config.guess and config.sub 4 years 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