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 94fef6ff6e Rename file 'VERSION' to 'fltk_version.dat' (#191) 4 years ago
.github/workflows Update GHA build scripts for Linux, macOS, and Windows. 4 years ago
CMake Create classes Fl_XXX_Gl_Window_Driver according to driver model. 4 years ago
FL Remove FL_CFG_SYS_WIN32 preprocessor variable from fl_draw_pixmap.cxx 4 years ago
GL Remove $Id$ tags, update URL's, and more 5 years ago
cairo Update CMake and make files, minor edits only 4 years ago
documentation Update CMake and make files, minor edits only 4 years ago
examples Update CMake and make files, minor edits only 4 years ago
fluid Solves all "conversion" warnings in fluid for issue #109. 4 years ago
jpeg Remove $Id$ tags, update URL's, and more 5 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 Remove $Id$ tags, update URL's, and more 5 years ago
png Update CMake and make files, minor edits only 4 years ago
public Activate GitLab CI and GitLab Pages (HTML docs). 7 years ago
src Remove use of static global var gl_fontsize inside virtual member Fl_Gl_Window_Driver::alpha_mask_for_string() 4 years ago
test Update dependencies 4 years ago
zlib Remove $Id$ tags, update URL's, and more 5 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
.travis.yml Travis-CI: simplify config, disable macOS build (temp.) 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 Update CMake and make files, minor edits only 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 Fix whitespace errors (no code changes) 4 years ago
README.Cairo.txt Remove $Id$ tags, update URL's, and more 5 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 Remove $Id$ tags, update URL's, and more 5 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 Remove $Id$ tags, update URL's, and more 5 years ago
README.macOS.md Remove $Id$ tags, update URL's, and more 5 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 Rewrite Pango checks for autoconf/configure 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 CMake: refactor and reformat CMake files 5 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