fltkhs-fluid-examples alternatives and similar packages
Based on the "fltkhs" category.
Alternatively, view fltkhs-fluid-demos alternatives based on common mentions on social networks and blogs.
-
fltkhs-demos
Extended FLTKHS demos moved to a separate package to keep the core package free of additional dependencies.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of fltkhs-fluid-examples or a related project?
README
fltkhs-fluid-demos
These are examples of building Haskell applications using the Fluid GUI builder to generate Haskell code.
The src
directory contains a set of .fl
files which can be opened with Fluid, the GUI builder
tool that ships with FLTK. The rest are Haskell files which contain the callbacks and drivers. FLTKHS
ships with fltkhs-fluidtohs
, a utility which translates the .fl
files into Haskell.
Setup.hs
knows about the utility and automatically uses it to pre-process any .fl
files into Haskell.
This means installation (see below) is as simple as running stack install
or cabal install
.
Most of the demos are faithful ports of those shipped with FLTK so the user may compare them and learn how Fluid can be used to generate Haskell. More comprehensive documentation is planned, but until then hopefully side-by-side comparison is a good stopgap.
Installation
FLTKHS now bundles the FLTK source so all you need to do is:
> git clone http://github.com/deech/fltkhs-fluid-demos
> stack install --flag fltkhs:bundled
> stack exec fltkhs-fluid-tree