FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
ManoloFLTK c2efb0d849 macOS: support of FLTK widgets in OpenGL 3 windows - cont'd.
This code is OK under macOS 10 9 and 13.
2022-09-28 17:06:00 +02:00
.github/workflows Fix whitespace errors (no code changes) 2022-03-31 16:00:11 +02:00
cairo Make hybrid Wayland/X11 platform. 2022-08-29 12:15:32 +02:00
CMake New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform. 2022-09-09 15:19:15 +02:00
documentation Simpler code to support FLTK widgets in macOS OpenGL 3 windows. 2022-09-27 14:12:39 +02:00
examples macOS: support of FLTK widgets in OpenGL 3 windows - cont'd. 2022-09-28 17:06:00 +02:00
FL Simpler code to support FLTK widgets in macOS OpenGL 3 windows. 2022-09-27 14:12:39 +02:00
fluid Fixes incorrect install of fluid in macOS Applications directory. 2022-09-23 11:29:55 +02:00
GL
jpeg
lib
libdecor Replace all calls to sprintf() by calls to snprintf(). 2022-09-26 16:12:18 +02:00
misc
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 macOS: support of FLTK widgets in OpenGL 3 windows - cont'd. 2022-09-28 17:06:00 +02:00
test Replace all calls to sprintf() by calls to snprintf(). 2022-09-26 16:12:18 +02:00
util
zlib
.clang-format Update .clang-format control file 2022-03-31 15:57:10 +02:00
.gitattributes
.gitignore Fix build process of PDF docs on macOS and update .gitignore 2022-09-23 15:45:45 +02:00
.gitlab-ci.yml GitLab CI: fix syntax error 2022-08-17 15:29:18 +02:00
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 2022-09-10 07:44:23 +02:00
CMakeLists.txt Make hybrid Wayland/X11 platform. 2022-08-29 12:15:32 +02: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 New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 2022-09-10 07:44:23 +02:00
COPYING
CREDITS.txt
DartConfig.cmake
fl_config.cmake.in Make hybrid Wayland/X11 platform. 2022-08-29 12:15:32 +02:00
fl_config.in Make hybrid Wayland/X11 platform. 2022-08-29 12:15:32 +02:00
fltk_version.dat
fltk-config.in
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 2022-09-10 07:44:23 +02:00
makesrcdist
README.abi-version.txt
README.bundled-libs.txt Upgrade the bundled nanosvg library to current version 2022-07-09 14:37:46 +02:00
README.Cairo.txt Make hybrid Wayland/X11 platform. 2022-08-29 12:15:32 +02:00
README.CMake.txt New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform. 2022-09-09 15:19:15 +02:00
README.experimental.txt
README.IDE.txt
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
README.Wayland.txt New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 2022-09-10 07:44:23 +02:00
README.Windows.txt

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