Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Haskell bindings to FLTK GUI toolkit.

License

NotificationsYou must be signed in to change notification settings

deech/fltkhs

Repository files navigation

Fltkhs aims to be a complete Haskell binding to theFLTK GUI library. Themain 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!

OnWindows it is only slightly more complicated because packages likeautotools andtar are not available by default.

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

Windows

Please see thedetailed Windows installation instructions.

Screenshots

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

Drawing with FLTKHS

A table of widgets

A complex tree done completely using Fluid. Notice how tree nodes can be arbitrary widgets.

Demos

A number of demos are also available in the [fltkhs-demos]4 and the [fltkhs-fluid-demos]5 packages.


[8]ページ先頭

©2009-2025 Movatter.jp