FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Albrecht Schlosser 9d474dfcdf Fix whitespace and Makefile dependencies
No code changes
2022-01-05 22:00:54 +01:00
.github/workflows
cairo Fix whitespace and Makefile dependencies 2022-01-05 22:00:54 +01:00
CMake CMake: export Cairo include directories (issue #350) 2021-12-20 19:18:38 +01:00
documentation STR 3289: Fluid i18n, gettext, catguts improvements 2021-12-19 02:03:05 +01:00
examples
FL Fix whitespace and Makefile dependencies 2022-01-05 22:00:54 +01:00
fluid Fix whitespace and Makefile dependencies 2022-01-05 22:00:54 +01:00
GL
jpeg
lib
misc
nanosvg
png
public
src Fix whitespace and Makefile dependencies 2022-01-05 22:00:54 +01:00
test Fix whitespace and Makefile dependencies 2022-01-05 22:00:54 +01:00
zlib
.clang-format
.gitattributes
.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 bunch of changes in 1.4 2021-12-17 16:51:25 +01:00
CMakeLists.txt Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
config.guess
config.sub
configh.cmake.in Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
configh.in Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
configure.ac Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
COPYING
CREDITS.txt
DartConfig.cmake
fl_config.cmake.in Add header guards to source files of FL/fl_config.h 2021-12-21 01:48:14 +01:00
fl_config.in Add header guards to source files of FL/fl_config.h 2021-12-21 01:48:14 +01:00
fltk_version.dat
fltk-config.in
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
makeinclude.in
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.Android.md
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
README.IDE.txt
README.macOS.md
README.md
README.Pico.txt
README.txt
README.Unix.txt
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