fltk
Fast Light GUI Toolkit
The Fast Light ToolKit is a cross-platform C++ user interface toolkit for X and OpenGL. FLTK (pronounced "fulltick") provides GUI functionality and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK also includes a UI builder called FLUID that can be used to create applications.
homepage ↗ github: fltk/fltk
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 1.4.5 | 3 | 16 h | details › |
| Miezhiko GitHub ↗ | 1.4.9999 | 1 | 27 h | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | hppa | loong | mips | ppc | sparc | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.4.9999 LIVE ≈ | Miezhiko | follows upstream — no keywords | 3 mo | view · download · history ↗ | |||||||||||
| 1.4.5 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | mips testing | ppc stable | sparc testing | — | view · download · history ↗ |
| 1.4.4-r1 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | mips testing | ppc stable | sparc testing | — | view · download · history ↗ |
| 1.3.8 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | mips testing | ppc stable | sparc testing | — | view · download · history ↗ |
Use flags of 1.4.5
- +X Add support for X11
- +cairo Enable support for the cairo graphics library
- +dbus Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc)
- doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- examples Install examples, usually source code
- opengl Add support for OpenGL (3D graphics)
- static-libs Build static versions of dynamic libraries as well
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- wayland Enable dev-libs/wayland backend
Runtime dependencies of 1.4.5
show 31 lines
X?
(
!cairo?
(
)
)
cairo?
(
)
opengl?
(
)
wayland?
(
dbus?
(
)
)