FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
2021-11-24 10:35:18 +01:00
.github/workflows GitHub Actions (Linux): add 'apt-get update' 2021-08-27 13:49:01 +02:00
cairo Fix indenting, whitespace errors and dependencies 2021-10-27 20:52:08 +02:00
CMake CMake: Build fluid when cross-compiling 2021-11-11 23:11:06 +01:00
documentation Reformat to FLTK style, improve documentation 2021-11-16 00:02:16 +01:00
examples Reformat and move clipboard demo from examples to test folder 2021-11-18 13:44:41 +01:00
FL Add use of fl_capture_window() by test/device 2021-11-16 15:03:36 +01:00
fluid Reformat and move clipboard demo from examples to test folder 2021-11-18 13:44:41 +01: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
misc
nanosvg Update nanosvg library to latest upstream version 2021-09-13 19:31:27 +02:00
png Use "symbol prefixing" in bundled libs (part 3 of 3) 2021-11-14 19:33:20 +01:00
public
src Fix for [fltk.coredev] reentrant calls with Fl_Window::resize 2021-11-24 10:35:18 +01:00
test Disable confusing debug info in clipboard viewer demo 2021-11-19 18:29:34 +01:00
zlib Use "symbol prefixing" in bundled libs (part 3 of 3) 2021-11-14 19:33:20 +01: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 Fix X11 build with FLTK_CONSOLIDATE_MOTION turned off 2021-11-05 13:12:52 +01:00
CMakeLists.txt CMake: Build fluid when cross-compiling 2021-11-11 23:11:06 +01: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 Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00
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 Update CMake and make files, minor edits only 2021-02-15 19:45:20 +01:00
makeinclude.in Fix version number in doxygen docs 2021-04-28 12:48:52 +02:00
makesrcdist Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00
README.abi-version.txt
README.Android.md
README.bundled-libs.txt Use "symbol prefixing" in bundled libs (part 3 of 3) 2021-11-14 19:33:20 +01:00
README.Cairo.txt Fix cairo build (autoconf + CMake) + README's 2021-03-01 10:45:59 +01:00
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 Update README.Unix.txt 2021-04-13 17:05:50 +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
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