FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Albrecht Schlosser cce652f58c Fix compiler warning on macOS 4 years ago
.github/workflows Update GHA build scripts for Linux, macOS, and Windows. 4 years ago
CMake CMake: improve detection and configuration of image libs 4 years ago
FL Fix compiler warning 4 years ago
GL Remove $Id$ tags, update URL's, and more 5 years ago
cairo Fix cairo build (autoconf + CMake) + README's 4 years ago
documentation Update copyright year in documentation footer 4 years ago
examples Hide window in quit callback in wizard-simple example 4 years ago
fluid CMake: improve detection and configuration of image libs 4 years ago
jpeg CMake: improve detection and configuration of image libs 4 years ago
lib Rename README files to README.txt (and several similar files). 7 years ago
misc Update config.guess and config.sub 5 years ago
nanosvg Update bundled nanosvg library to latest version 4 years ago
png CMake: improve detection and configuration of image libs 4 years ago
public Activate GitLab CI and GitLab Pages (HTML docs). 7 years ago
src Fix compiler warning on macOS 4 years ago
test Fix handle_events demo build w/o OpenGL 4 years ago
zlib CMake: improve detection and configuration of image libs 4 years ago
.clang-format Fix .clang-format and some whitespace errors 5 years ago
.gitattributes Remove $Id$ tags, update URL's, and more 5 years ago
.gitignore Save work on configure.ac modernization. 4 years ago
.gitlab-ci.yml Fine tune GitLab-CI script 5 years ago
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 9 years ago
CHANGES.txt Fix X11 copy-paste and drag-and-drop target selection (#182) 4 years ago
CHANGES_1.0.txt Remove $Id$ tags, update URL's, and more 5 years ago
CHANGES_1.1.txt Fix old URL's and forum/newsgroup names 5 years ago
CHANGES_1.3.txt Remove $Id$ tags, update URL's, and more 5 years ago
CMakeLists.txt Enhance CMake build configuration summary 4 years ago
COPYING Remove $Id$ tags, update URL's, and more 5 years ago
CREDITS.txt Remove $Id$ tags, update URL's, and more 5 years ago
DartConfig.cmake Remove $Id$ tags, update URL's, and more 5 years ago
Makefile Update CMake and make files, minor edits only 4 years ago
README.Android.md Remove $Id$ tags, update URL's, and more 5 years ago
README.CMake.txt Document how to build universal apps for macOS 4 years ago
README.Cairo.txt Fix cairo build (autoconf + CMake) + README's 4 years ago
README.IDE.txt Rename README files to README.txt (and several similar files). 7 years ago
README.Pico.txt Update README.Pico.txt 5 years ago
README.Unix.txt Update README.Unix.txt 4 years ago
README.Windows.txt Remove $Id$ tags, update URL's, and more 5 years ago
README.abi-version.txt Remove $Id$ tags, update URL's, and more 5 years ago
README.bundled-libs.txt Update bundled libs to current versions 4 years ago
README.macOS.md Fix cairo build (autoconf + CMake) + README's 4 years ago
README.md Update link in README.md 5 years ago
README.txt Update README.txt 5 years ago
abi-version.cmake.in Remove copyright markers from abi-version.* (STR #3161). 9 years ago
abi-version.in Remove copyright markers from abi-version.* (STR #3161). 9 years ago
autogen.sh Add an autogen.sh script as is customary for autoconf based 12 years ago
config.guess Add autoconf cross-compilation support files. 4 years ago
config.sub Add autoconf cross-compilation support files. 4 years ago
configh.cmake.in Remove $Id$ tags, update URL's, and more 5 years ago
configh.in Remove $Id$ tags, update URL's, and more 5 years ago
configure.ac autoconf: fix PNG build 4 years ago
fltk-config.in CMake: refactor and reformat CMake files 5 years ago
fltk.list.in CMake: refactor and reformat CMake files 5 years ago
fltk.spec.in CMake: refactor and reformat CMake files 5 years ago
fltk.xpm Fixed all Pixmaps to be '*const' (STR #3108). 6 years ago
fltk_version.dat Rename file 'VERSION' to 'fltk_version.dat' (#191) 4 years ago
forms.h Initial revision 27 years ago
install-sh Remove $Id$ tags, update URL's, and more 5 years ago
mac_endianness.h Remove $Id$ tags, update URL's, and more 5 years ago
makeinclude.in Fix version number in doxygen docs 4 years ago
makesrcdist Rename file 'VERSION' to 'fltk_version.dat' (#191) 4 years ago

README.md

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