FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
tetsuhaut 29dd21bcef Remove an extra semicolon
One less warning, yay !
2021-08-27 12:58:25 +02:00
.github/workflows
cairo Add CMake compatibility functions and macros 2021-07-26 17:40:26 +02:00
CMake Add CMake compatibility functions and macros 2021-07-26 17:40:26 +02:00
documentation Update fluid tutorial on CubeView and demo code 2021-05-21 20:08:12 +02:00
examples Fix "failure to call pclose" (#240) 2021-06-26 14:46:39 +02:00
FL Remove an extra semicolon 2021-08-27 12:58:25 +02:00
fluid Add CMake compatibility functions and macros 2021-07-26 17:40:26 +02:00
GL
jpeg Reformat bundled lib 'makedepend' files 2021-06-10 12:32:19 +02:00
lib
misc
nanosvg
png Reformat bundled lib 'makedepend' files 2021-06-10 12:32:19 +02:00
public
src Fix problem in native file chooser with macOS 12 "Monterey" (beta). 2021-08-06 15:12:40 +02:00
test macOS: fix fltk_cairo shared library (issue #250) 2021-07-12 20:05:07 +02:00
zlib Reformat bundled lib 'makedepend' files 2021-06-10 12:32:19 +02:00
.clang-format
.gitattributes
.gitignore Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
.gitlab-ci.yml
abi-version.cmake.in
abi-version.in
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt Windows platform: use GDI+ to antialias oblique lines and curves. 2021-05-31 08:28:06 +02:00
CMakeLists.txt Add CMake compatibility functions and macros 2021-07-26 17:40:26 +02:00
config.guess
config.sub
configh.cmake.in Call pthread's recursive mutex on Linux (Issue #245) 2021-07-21 12:16:20 +02:00
configh.in Call pthread's recursive mutex on Linux (Issue #245) 2021-07-21 12:16:20 +02:00
configure.ac Call pthread's recursive mutex on Linux (Issue #245) 2021-07-21 12:16:20 +02:00
COPYING
CREDITS.txt
DartConfig.cmake
fltk_version.dat
fltk-config.in
fltk.list.in Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in Fix version number in doxygen docs 2021-04-28 12:48:52 +02:00
makesrcdist
README.abi-version.txt
README.Android.md
README.bundled-libs.txt
README.Cairo.txt
README.CMake.txt Document how to build universal apps for macOS 2021-04-29 18:32:19 +02:00
README.IDE.txt
README.macOS.md Update README.macOS.md (minor fixes) 2021-05-13 16:21:52 +02:00
README.md Add GitHub Actions Badge to README.md 2021-05-06 12:59:55 +02:00
README.Pico.txt
README.txt
README.Unix.txt
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
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