Skip to content

fltk.org

FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development

Package Information

  • Domain: fltk.org
  • Name: fltk.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +fltk.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • fluid
  • fltk-config

Available Versions

Show all 6 versions
  • 1.4.3, 1.4.2, 1.4.1, 1.3.11, 1.3.10
  • 1.3.9

Latest Version: 1.4.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +fltk.org@1.4.3 -- $SHELL -i

Dependencies

This package depends on:

  • libjpeg-turbo.org^2
  • libpng.org^1
  • linux:x.org/xft^2
  • linux:x.org/xt^1
  • linux:freedesktop.org/mesa-glu^9

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.fltkorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.