<div dir="ltr">I'm pleased to announce the alpha release of Haskell bindings [1] to the FLTK [2] GUI library.<br><br>On Linux and Mac this package and FLTK 1.3.3 [3] should install pretty smoothly.<br><br>The library covers about 80+% of API and has 60+ widgets that can be used transparently from Haskell.<br><br>You can read more about the motivation behind the library, installation instructions and quick start documentation here [4]. <br><br>The package also comes with 14 demos to show you how to get started.<br><br>There still isn't any support for Windows because I don't have access to a Windows machine, and don't have any experience with the Windows C/C++ build tools. The code itself should be fully portable. I could use some help here. <br><br>Please report any issues on the Github page [5].<br><br>Hope you enjoy and I'd love any feedback on the install and development process.<br><br>Thanks!<br>-deech<br><br>[1] <a href="http://hackage.haskell.org/package/fltkhs-0.1.0.0">http://hackage.haskell.org/package/fltkhs-0.1.0.0</a><br>[2] <a href="http://fltk.org">http://fltk.org</a><br>[3] <a href="http://www.fltk.org/software.php?VERSION=1.3.3&FILE=fltk/1.3.3/fltk-1.3.3-source.tar.gz">http://www.fltk.org/software.php?VERSION=1.3.3&FILE=fltk/1.3.3/fltk-1.3.3-source.tar.gz</a><br>[4] <a href="http://hackage.haskell.org/package/fltkhs-0.1.0.0/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html">http://hackage.haskell.org/package/fltkhs-0.1.0.0/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html</a><br>[5] <a href="https://github.com/deech/fltkhs">https://github.com/deech/fltkhs</a><br></div>