Popularity
9.5
Declining
Activity
0.0
Stable
191
17
24

Code Quality Rank: L4
Monthly Downloads: 132
Programming language: C++
License: MIT License
Tags: Graphics     User Interfaces     GUI     Fltkhs     UI    
Latest version: v0.3.0.0

fltkhs alternatives and similar packages

Based on the "fltkhs" category.
Alternatively, view fltkhs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fltkhs or a related project?

Add another 'fltkhs' Package

README

Fltkhs - A Haskell Binding to the FLTK GUI Library

Fltkhs aims to be a complete Haskell binding to the FLTK GUI library. The main documentation has more detail on motivation and what this library hopes to achieve.

Quick Install

Linux, *BSD and OSX

The fastest and easiest way of installing FLTKHS is to use the bundled FLTK library.

  > brew install autoconf # Only on OSX
  > git clone http://github.com/deech/fltkhs-hello-world
  > cd fltkhs-hello-world
  > stack install --flag fltkhs:bundled
  # About 6-8 minutes passes ...
  > stack exec fltkhs-hello-world

And that's it!

On Windows it is only slightly more complicated because packages like autotools and tar are not available by default.

The second fastest way is to compile FLTK from source yourself. For instructions please see the documentation for Linux, OSX, Windows.

Windows

Please see the detailed Windows installation instructions.

Screenshots

Unfortunately these screenshots seem to only work on the Github page. If you're seeing this from Hackage, please try from Github.

[Drawing with FLTKHS](images/arc-windows.png)

[A table of widgets](images/widget-table-windows.png)

[A complex tree](images/tree-complex-windows.png) done completely using Fluid. Notice how tree nodes can be arbitrary widgets.

Demos

A number of demos are also available in the fltkhs-demos and the fltkhs-fluid-demos packages.