KdTree
Haskell module for K-D trees (by binarysunrise-io)
fltkhs
Haskell bindings to FLTK GUI toolkit. (by deech)
KdTree | fltkhs | |
---|---|---|
- | 3 | |
29 | 191 | |
- | - | |
0.0 | 0.0 | |
over 7 years ago | almost 3 years ago | |
Haskell | C++ | |
BSD 3-clause "New" or "Revised" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
KdTree
Posts with mentions or reviews of KdTree.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning KdTree yet.
Tracking mentions began in Dec 2020.
fltkhs
Posts with mentions or reviews of fltkhs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-19.
-
FLTK 1.4 Released
Fltkhs [1] was the best ever experience I've had while doing small/auxiliary GUI utilities. Now using NWG [2] for that (UI forms examples [3]) and it is so much less elegant so much more verbose than Fltkhs. Resulting lean EXEs without any bundled runtime are nice though.
[1] https://github.com/deech/fltkhs
-
A solid GUI Framework for Haskell?
fltkhs is under active maintenance and development: https://github.com/deech/fltkhs/tree/TheGreatConsolidation
-
How is it going with desktop apps nowadays? What happened to wxHaskell?
If you want to make a simple desktop GUI, fltkhs — which binds to the FLTK library — is a good bet, as it's the easiest to install of all the Haskell desktop GUI libraries (even on Windows!). Unfortunately, the FLTK library doesn't create the prettiest GUIs in the world (e.g. see the GitHub page). If you care about such things, the author has also released the fltkhs-themes library, which provides a set of widgets with a much nicer style - see the GitHub page for a showcase.
What are some alternatives?
When comparing KdTree and fltkhs you can also consider the following projects:
processing-for-haskell - Graphics for kids and artists. Processing implemented in Haskell
fltkhs-fluid-demos
graphviz - Haskell bindings to the Graphviz toolkit
assimp - Haskell FFI bindings for Assimp
unm-hip - The University of New Mexico's Haskell Image Processing Library
nanovg - NanoVG Haskell bindings