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.
 
 
 
 
 
 
Matthias Melcher ed7c2f1464 Fixes test/terminal box type 2 years ago
.github Fl_String refactoring and extension (#683) 2 years ago
CMake Make Fl_String and Fl_Int_Vector private (#789) 2 years ago
FL Added textcolor() and color(), doc fixes. 2 years ago
GL Remove $Id$ tags, update URL's, and more 5 years ago
cairo CMake: build shared libs with OPTION_CAIROEXT (issue #250) 2 years ago
documentation Doc: describe fl_disable_wayland in "Operating System Issues" section 2 years ago
examples Fl_Terminal widget (#800) 2 years ago
fltk-options Fix more compiler warnings (comma at end of enum) 2 years ago
fluid FLUID: Removes two warnings. 2 years ago
jpeg Update bundled libjpeg to version 9e - cont'd 2 years ago
lib Improve documentation about library build folders and more 4 years ago
libdecor Libdecor-gtk and GTK Shell: take care of LIBDECOR_PLUGIN_DIR 2 years ago
misc Fix README files and remove stale config.guess and config.sub 4 years ago
nanosvg Update bundled nanosvg library to current upstream version 2 years ago
png Fix Visual Studio shared library build 2 years ago
public Activate GitLab CI and GitLab Pages (HTML docs). 7 years ago
src Remove mention of Fl_Simple_Terminal 2 years ago
test Fixes test/terminal box type 2 years ago
util Move src/cmap.cxx to util/cmap.cxx (utilities folder) 3 years ago
zlib Upgrade bundled zlib to version 1.3 dated 18-aug-2023 2 years ago
.clang-format Update .clang-format control file 3 years ago
.gitattributes Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
.gitignore Very controlled GDIplus startup and shutdown #635 (#679) 2 years ago
.gitlab-ci.yml GitLab CI: fix syntax error 3 years ago
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 9 years ago
CHANGES.txt CHANGES.txt: add Fl_Grid, Fl_Window::maximize() 2 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 Make Fl_String and Fl_Int_Vector private (#789) 2 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
Makefile Fix "Provide --without-fluid configure option" - cont'd (#725) 2 years ago
README.CMake.txt Remove unnecessary statement from CMake build example 2 years ago
README.Cairo.txt Make hybrid Wayland/X11 platform. 3 years ago
README.IDE.txt Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
README.Unix.txt Missing lines in Unix README 2 years ago
README.Wayland.txt Wayland.dox: add info about the xdg decoration protocol 2 years ago
README.Windows.txt Generate FL/fl_config.h rather than FL/abi-version.h 4 years ago
README.abi-version.txt Generate FL/fl_config.h rather than FL/abi-version.h 4 years ago
README.experimental.txt Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
README.macOS.md update README.macOS.md (Creating new Projects) 3 years ago
README.md Fix trailing whitespace and dependencies 2 years ago
README.txt Fix trailing whitespace and dependencies 2 years ago
autogen.sh Fix README files and remove stale config.guess and config.sub 4 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 usage of __APPLE_QUARTZ__ (#673) 2 years ago
configh.in Remove usage of __APPLE_QUARTZ__ (#673) 2 years ago
configure.ac Make Fl_String and Fl_Int_Vector private (#789) 2 years ago
fl_config.cmake.in Make Fl_String and Fl_Int_Vector private (#789) 2 years ago
fl_config.in Make Fl_String and Fl_Int_Vector private (#789) 2 years ago
fltk-config.in Fix more missing quotes in fltk-config.in (#714) 2 years ago
fltk.list.in Move global FLTK options into new app fltk-admin (#560) 2 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 "Provide --without-fluid configure option " (#725) 2 years ago
makesrcdist Fix README files and remove stale config.guess and config.sub 4 years ago

README.md

README - Fast Light Tool Kit (FLTK) Version 1.4.0

WHAT IS FLTK?

The Fast Light Tool Kit is a cross-platform C++ GUI toolkit for
UNIX®/Linux® (X11 or Wayland), Microsoft® Windows®, and macOS®.
FLTK provides modern GUI functionality without the bloat and
supports 3D graphics via OpenGL® 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 on GitHub.

For more information see README.txt:
https://github.com/fltk/fltk/blob/master/README.txt

Build