FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Albrecht Schlosser 7d7784d140 GitLab CI/CD: generate pdf documentation
Remove build artifacts from normal builds (libs and executables).
  These were never meant to be provided but forgotten to remove
  after tests.

Try to build fltk.pdf (may be removed later)

Store fltk.pdf in 'public' folder to be available online in docs
  and downloadable as "artifact"
2022-08-09 21:41:31 +02:00
.github/workflows Fix whitespace errors (no code changes) 2022-03-31 16:00:11 +02:00
cairo Configure/make: update dependencies 2022-07-27 19:45:08 +02:00
CMake Wayland under FreeBSD: detect <GL/glu.h> and fix LIBDECOR_PLUGIN_DIR. 2022-05-21 07:55:03 +02:00
documentation Fl_Flex: support different margin sizes, improve docs 2022-08-07 16:00:41 +02:00
examples Add option to test Fl_Flex in test/pack.cxx 2022-08-08 11:07:40 +02:00
FL Fl_Flex: support different margin sizes, improve docs 2022-08-07 16:00:41 +02:00
fluid Build and use fluid-cmd on Windows for .fl files (#224, #293) 2022-04-03 23:47:23 +02:00
GL
jpeg Use "symbol prefixing" in bundled libs (part 3 of 3) 2021-11-14 19:33:20 +01:00
lib Improve documentation about library build folders and more 2021-10-04 14:42:32 +02:00
libdecor libdecor GTK: remove the last code change required by FLTK. 2022-06-08 14:43:25 +02:00
misc Fix README files and remove stale config.guess and config.sub 2021-11-24 15:01:45 +01:00
nanosvg Upgrade the bundled nanosvg library to current version 2022-07-09 14:37:46 +02:00
png Silence compiler warnings [-Wunused-but-set-variable] 2022-04-03 22:30:59 +02:00
public
src Fix Fl_Xlib_Graphics_Driver for tiled-depth 3 images. 2022-08-09 17:43:48 +02:00
test Improve layout, fix resizing of test/demo 2022-08-08 17:35:56 +02:00
util Move src/cmap.cxx to util/cmap.cxx (utilities folder) 2022-03-27 17:05:55 +02:00
zlib Use "symbol prefixing" in bundled libs (part 3 of 3) 2021-11-14 19:33:20 +01:00
.clang-format Update .clang-format control file 2022-03-31 15:57:10 +02:00
.gitattributes Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
.gitignore Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
.gitlab-ci.yml GitLab CI/CD: generate pdf documentation 2022-08-09 21:41:31 +02:00
ANNOUNCEMENT
autogen.sh Fix README files and remove stale config.guess and config.sub 2021-11-24 15:01:45 +01:00
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt Mention support of macOS 13.0 "Ventura". 2022-07-31 13:55:24 +02:00
CMakeLists.txt CMake: Improve configuration summary, add fl_debug_pkg macro 2022-03-13 21:56:05 +01:00
config.guess
config.sub
configh.cmake.in Remove obsolete config variable 'HAVE_LIBPNG_PNG_H' 2022-04-04 21:10:25 +02:00
configh.in Remove obsolete config variable 'HAVE_LIBPNG_PNG_H' 2022-04-04 21:10:25 +02:00
configure.ac Wayland platform: add support of FreeBSD version 13.1 2022-05-19 17:18:53 +02:00
COPYING
CREDITS.txt
DartConfig.cmake
fl_config.cmake.in Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01:00
fl_config.in Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01:00
fltk_version.dat
fltk-config.in Fix for fltk when make install used 2022-01-23 03:10:13 -08:00
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile Wayland: fix configure-based build 2022-03-05 10:18:11 +01:00
makeinclude.in Wayland platform: add support of FreeBSD version 13.1 2022-05-19 17:18:53 +02:00
makesrcdist Fix README files and remove stale config.guess and config.sub 2021-11-24 15:01:45 +01:00
README.abi-version.txt Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
README.bundled-libs.txt Upgrade the bundled nanosvg library to current version 2022-07-09 14:37:46 +02:00
README.Cairo.txt Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
README.CMake.txt Documentation: add missing mentions of the Wayland platform. 2022-07-05 10:13:31 +02:00
README.experimental.txt Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
README.IDE.txt Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
README.macOS.md update README.macOS.md (Creating new Projects) 2022-04-14 13:05:33 +02:00
README.md Fix whitespace errors (no code changes) 2022-03-31 16:00:11 +02:00
README.txt Documentation: add missing mentions of the Wayland platform. 2022-07-05 10:13:31 +02:00
README.Unix.txt Fix README files and remove stale config.guess and config.sub 2021-11-24 15:01:45 +01:00
README.Wayland.txt Wayland: update known limitation about minimum window width. 2022-06-08 16:41:08 +02:00
README.Windows.txt Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00

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