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 187eaa0441 Update GitLab CI for FLTK 1.5.0 3 months ago
.github CMake/CI: Switch CXX standard to C++11 for all builds 3 months ago
CMake Fix "fltk autotools build does not link against libXft" (#1202) 3 months ago
FL Making fl_filename_... public for std::string. 3 months ago
GL Remove $Id$ tags, update URL's, and more 5 years ago
cairo Remove autotools (configure/make) support 3 months ago
documentation Replce Fl_String in Fluid with std::string. 3 months ago
examples Update version numbers to 1.5.0 3 months ago
fltk-options Update version numbers to 1.5.0 3 months ago
fluid Making fl_filename_... public for std::string. 3 months ago
jpeg Remove autotools (configure/make) support 3 months ago
lib Fix a typo, trailing whitespace, and dependencies 1 year ago
libdecor Remove autotools (configure/make) support 3 months ago
misc Remove autotools (configure/make) support 3 months ago
nanosvg Update nanosvg/README.txt to reflect recent changes 2 years ago
png Remove autotools (configure/make) support 3 months ago
public Activate GitLab CI and GitLab Pages (HTML docs). 7 years ago
src Making fl_filename_... public for std::string. 3 months ago
test Removes the remaining references to Fl_String. 3 months ago
util Move src/cmap.cxx to util/cmap.cxx (utilities folder) 3 years ago
zlib Remove autotools (configure/make) support 3 months ago
.clang-format Update .clang-format control file 3 years ago
.gitattributes Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
.gitignore Clean up main (root) .gitignore file 10 months ago
.gitlab-ci.yml Update GitLab CI for FLTK 1.5.0 3 months ago
ANNOUNCEMENT Update version numbers to 1.5.0 3 months ago
CHANGES.txt Add new CHANGES.txt for FLTK 1.5 3 months 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 Update ANNOUNCEMENT and CHANGES files for release 1.4.0 7 months ago
CHANGES_1.4.txt Update version numbers to 1.5.0 3 months ago
CMakeLists.txt Improve setting minimal compiler standard (C++11) 3 months ago
COPYING Remove $Id$ tags, update URL's, and more 5 years ago
CREDITS.txt Finish release 1.4.0 7 months ago
README.CMake.txt Fix typo in README.CMake.txt 5 months ago
README.Cairo.txt Introduce "Modern CMake" in FLTK 1 year ago
README.IDE.txt Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
README.Unix.txt Update build instructions in README.Unix.txt (#67) 6 months ago
README.Wayland.txt Finish release 1.4.0 7 months ago
README.Windows.txt Update README.Windows.txt 6 months ago
README.abi-version.txt Bump version numbers to 1.4.2 3 months ago
README.experimental.txt Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
README.macOS.md Remove reference to automake which is not required 1 year ago
README.md Update version numbers to 1.5.0 3 months ago
README.txt Update version numbers to 1.5.0 3 months ago
configh.cmake.in Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) 1 year ago
fl_config.cmake.in Move FLTK_USE_SVG from config.h to FL/fl_config.h 1 year ago
fltk-config.in fltk-config: reorder include dirs of bundled image libs 4 months ago
fltk.list.in Remove remaining 'pronounced "fulltick"' statements 2 years ago
fltk.spec.in Bump version numbers for release 1.4.1 6 months ago
fltk.xpm Make remaining 'XPM' images 'const' 8 months ago
fltk_version.dat Update version numbers to 1.5.0 3 months ago
forms.h Initial revision 27 years ago
mac_endianness.h Remove $Id$ tags, update URL's, and more 5 years ago
makesrcdist Update makesrcdist: fix packaging bug 6 months ago

README.md

README - Fast Light Tool Kit (FLTK) Version 1.5.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 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.

    https://www.fltk.org/
    https://github.com/fltk/fltk/

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

Build

Build FLUID User Manual.