[Announcement] FLTKHS - Bindings to the FLTK GUI Toolkit

I'm pleased to announce the first release of Haskell bindings [1] to the FLTK GUI [2] toolkit. It now works smoothly on Windows (64-bit), Linux and Mac allowing you to create truly cross-platform native GUI applications in pure Haskell and deploy statically linked executables with no dependencies. Most of the FLTK API is covered except for a few minor widgets which I plan to get to in the next release. Motivation behind the package and installation instructions are found in the Haddocks [3]. And to get you started it ships with a number of demos. If you have any issues please report them on the Github [4] page. I'd also love any other feedback so feel free to comment here or email me at the address listed on the Hackage [5] page. Hope you enjoy! [1] https://hackage.haskell.org/package/fltkhs-0.1.0.2 [2] http://fltk.org [3] https://hackage.haskell.org/package/fltkhs-0.1.0.2/docs/Graphics-UI-FLTK-Low... [4] http://github.com/deech/fltkhs [5] https://hackage.haskell.org/package/fltkhs-0.1.0.2

very cool!
do you have any example applications you can share that use the library?
cheers
-Carter
On Sun, Apr 12, 2015 at 7:53 PM, aditya siram
I'm pleased to announce the first release of Haskell bindings [1] to the FLTK GUI [2] toolkit.
It now works smoothly on Windows (64-bit), Linux and Mac allowing you to create truly cross-platform native GUI applications in pure Haskell and deploy statically linked executables with no dependencies.
Most of the FLTK API is covered except for a few minor widgets which I plan to get to in the next release.
Motivation behind the package and installation instructions are found in the Haddocks [3]. And to get you started it ships with a number of demos.
If you have any issues please report them on the Github [4] page.
I'd also love any other feedback so feel free to comment here or email me at the address listed on the Hackage [5] page.
Hope you enjoy!
[1] https://hackage.haskell.org/package/fltkhs-0.1.0.2 [2] http://fltk.org [3] https://hackage.haskell.org/package/fltkhs-0.1.0.2/docs/Graphics-UI-FLTK-Low... [4] http://github.com/deech/fltkhs [5] https://hackage.haskell.org/package/fltkhs-0.1.0.2
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

woops, i see now https://github.com/deech/fltkhs/tree/master/src/Examples thanks! -Carter On Mon, Apr 13, 2015 at 4:12 PM, Carter Schonwald < carter.schonwald@gmail.com> wrote:
very cool! do you have any example applications you can share that use the library? cheers -Carter
On Sun, Apr 12, 2015 at 7:53 PM, aditya siram
wrote: I'm pleased to announce the first release of Haskell bindings [1] to the FLTK GUI [2] toolkit.
It now works smoothly on Windows (64-bit), Linux and Mac allowing you to create truly cross-platform native GUI applications in pure Haskell and deploy statically linked executables with no dependencies.
Most of the FLTK API is covered except for a few minor widgets which I plan to get to in the next release.
Motivation behind the package and installation instructions are found in the Haddocks [3]. And to get you started it ships with a number of demos.
If you have any issues please report them on the Github [4] page.
I'd also love any other feedback so feel free to comment here or email me at the address listed on the Hackage [5] page.
Hope you enjoy!
[1] https://hackage.haskell.org/package/fltkhs-0.1.0.2 [2] http://fltk.org [3] https://hackage.haskell.org/package/fltkhs-0.1.0.2/docs/Graphics-UI-FLTK-Low... [4] http://github.com/deech/fltkhs [5] https://hackage.haskell.org/package/fltkhs-0.1.0.2
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (2)
-
aditya siram
-
Carter Schonwald