fltkhs: FLTK bindings

[ graphics, gui, library, mit, program, ui, user-interfaces ] [ Propose Tags ]

Low level bindings for the FLTK GUI toolkit.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
fastcompile

Turn off optimizations for faster compilation

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.0.5, 0.4.0.6, 0.4.0.7, 0.4.0.8, 0.4.0.9, 0.4.1.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.5.0.5, 0.5.0.6, 0.5.0.7, 0.5.0.8, 0.5.0.9, 0.5.1.0, 0.5.1.1, 0.5.1.2, 0.5.1.3, 0.5.1.4, 0.5.1.5, 0.5.1.6, 0.5.1.7, 0.5.1.8, 0.5.1.9, 0.5.2.0, 0.5.2.1, 0.5.2.2, 0.5.2.3, 0.5.2.4, 0.5.2.5, 0.5.2.6, 0.5.2.7, 0.5.2.8, 0.5.2.9, 0.5.3.0, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.5.3.4, 0.5.3.5, 0.5.3.6, 0.5.3.7, 0.5.3.8, 0.5.3.9, 0.5.4.0, 0.5.4.1, 0.5.4.2, 0.5.4.3, 0.5.4.4, 0.5.4.5, 0.6.0.0, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.0.4, 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.8.0.3
Dependencies base (>=4 && <5), bytestring, directory, filepath, fltkhs, mtl, parsec (>=3.1.6), process [details]
License MIT
Author Aditya Siram
Maintainer aditya.siram@gmail.com
Category UI, Graphics
Home page http://github.com/deech/fltkhs
Source repo head: git clone http://github.com/deech/fltkhs
Uploaded by deech at 2015-10-20T23:14:02Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Executables fltkhs-clock, fltkhs-browser, fltkhs-boxtype, fltkhs-bitmap, fltkhs-arc, fltkhs-table-sort, fltkhs-table-simple, fltkhs-buttons, fltkhs-test_call, fltkhs-table-spreadsheet-with-keyboard-nav, fltkhs-tree-simple, fltkhs-make-tree, fltkhs-doublebuffer, fltkhs-textdisplay-with-colors, fltkhs-texteditor-simple, fltkhs-table-as-container, fltkhs-nativefilechooser-simple-app, fltkhs-tile, fltkhs-pack, fltkhs-fluidtohs
Downloads 47115 total (197 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for fltkhs-0.3.0.1

[back to package description]

Fltkhs - A Haskell Binding to the FLTK GUI Library

Fltkhs aims to be a complete Haskell binding to the [FLTK GUI library] 1.

Abbreviated installation instructions are for Linux and Mac are:

  • Download [FLTK 1.3.3] 2.
  • Install with:
    > ./configure
    > make
    > make install
  • Clone and install this repo:
    > git clone https://github.com/deech/fltkhs
    cabal install
  • Test your installation by invoking: 'fltkhs-arc'.

The rest of the documentation (including installation instructions for Windows and API usage) is located in the [FLTKHS module] 3. This is the primary module that needs to be imported by every Fltkhs app and the entry point into the application.