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.
 
 
 
 
 
 
Albrecht Schlosser 004ea67203 Update dependencies, remove trailing whitespace 3 years ago
.github build: harden build.yml permissions 3 years ago
CMake Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_… 3 years ago
FL Update dependencies, remove trailing whitespace 3 years ago
GL
cairo Fix whitespace errors and dependencies 3 years ago
documentation Docs: add widget screenshot for Fl_Hor_Nice_Slider 3 years ago
examples Rename some Fl_Flex methods for FLTK compliance (#594) 3 years ago
fluid Adding length checks for in-memory image data (see #542) (#592) 3 years ago
jpeg
lib
libdecor Libdecor: update to upstream commit 25f29fef 3 dec 2022 3 years ago
misc
nanosvg Upgrade the bundled nanosvg library to current version 3 years ago
png Silence compiler warnings [-Wunused-but-set-variable] 3 years ago
public
src Update dependencies, remove trailing whitespace 3 years ago
test Make unittest conform to CMP (#597) 3 years ago
util Move src/cmap.cxx to util/cmap.cxx (utilities folder) 3 years ago
zlib
.clang-format Update .clang-format control file 3 years ago
.gitattributes Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
.gitignore Don't build libdecor demos, add generated files to .gitignore 3 years ago
.gitlab-ci.yml GitLab CI: fix syntax error 3 years ago
ANNOUNCEMENT
CHANGES.txt CHANGES.txt: correct typo. 3 years ago
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CMakeLists.txt CMake: fix informative messages sent under macOS 3 years ago
COPYING
CREDITS.txt
DartConfig.cmake
Makefile Wayland: fix configure-based build 3 years ago
README.CMake.txt Have OPTION_USE_WAYLAND / --enable-wayland set to ON by default 3 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 Add information about Wayland support by FLTK on the RaspberryPi 3 years ago
README.Windows.txt
README.abi-version.txt
README.bundled-libs.txt Upgrade the bundled nanosvg library to current version 3 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 Fix whitespace errors (no code changes) 3 years ago
README.txt Documentation: add missing mentions of the Wayland platform. 3 years ago
autogen.sh
config.guess
config.sub
configh.cmake.in Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_… 3 years ago
configh.in Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_… 3 years ago
configure.ac Fix trailing whitespace 3 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 for fltk when make install used 3 years ago
fltk.list.in
fltk.spec.in
fltk.xpm
fltk_version.dat
forms.h
install-sh
mac_endianness.h
makeinclude.in New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 3 years ago
makesrcdist

README.md

README - Fast Light Tool Kit (FLTK) Version 1.4.0

WHAT IS FLTK?

The Fast Light Tool Kit ("FLTK", pronounced "fulltick") 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