FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
2022-03-20 14:06:30 +01:00
.github/workflows Add build-wayland step to continuous integration. 2022-03-04 15:55:49 +01:00
cairo Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01:00
CMake CMake: Improve fltk-config generation 2022-03-13 21:56:05 +01:00
documentation Documentation: Wayland is for LINUX not for UNIX. 2022-03-10 15:30:11 +01:00
examples CMake: Fix OpenGL3 examples libglew link order (#226) 2022-03-09 22:38:05 +01:00
FL Begin documenting the Wayland platform, new in FLTK version 1.4 2022-03-10 15:05:26 +01:00
fluid Add the Wayland platform to FLTK 1.4 - continued. 2022-03-04 16:58:20 +01:00
GL
jpeg
lib
libdecor Fix changing decorated window title. 2022-03-09 16:57:55 +01:00
misc
nanosvg
png CMake/macOS: build arm files for libpng only on ARM 2022-02-05 21:37:37 +01:00
public
src Simpler updateTrackingAreas method of class FLView is enough. 2022-03-20 14:06:30 +01:00
test Fix whitespace, update dependencies and fluid files 2022-03-03 17:20:24 +01:00
zlib
.clang-format
.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
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01: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 experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
configh.in Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
configure.ac Wayland: fix configure-based build 2022-03-05 10:18:11 +01: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 Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01:00
makesrcdist
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
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 Fix for issue #253: Remove xdbe support 2021-11-26 15:01:54 +01: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 Fix whitespace, update dependencies and fluid files 2022-03-03 17:20:24 +01:00
README.md
README.txt
README.Unix.txt
README.Wayland.txt Add note that Wayland apps cannot be notified of clipboard changes. 2022-03-14 07:52:25 +01: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
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
modern GUI functionality without the bloat and supports 3D
graphics via OpenGL(r) 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 in the US.

For more information see README.txt:
https://github.com/fltk/fltk/blob/master/README.txt

Build