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 8207d73cf2 CHANGES.txt: correct typo. 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 Adding length checks for in-memory image data (see #542) (#592) 3 years ago
GL Remove $Id$ tags, update URL's, and more 5 years ago
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 Use "symbol prefixing" in bundled libs (part 3 of 3) 4 years ago
lib Improve documentation about library build folders and more 4 years ago
libdecor Libdecor: update to upstream commit 25f29fef 3 dec 2022 3 years ago
misc Fix README files and remove stale config.guess and config.sub 4 years ago
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 Adding length checks for in-memory image data (see #542) (#592) 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 Use "symbol prefixing" in bundled libs (part 3 of 3) 4 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 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 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: fix informative messages sent under macOS 3 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
DartConfig.cmake Remove $Id$ tags, update URL's, and more 5 years ago
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 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.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 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 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 Refactor macOS bundle generation to avoid "quarantine" 4 years ago
fltk.spec.in CMake: refactor and reformat CMake files 5 years ago
fltk.xpm
fltk_version.dat Rename file 'VERSION' to 'fltk_version.dat' (#191) 4 years ago
forms.h
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 New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 3 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 ("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