featherytale
Opening the source for the game Feathery Tale (by enobayram)
momentu
A purely functional animated GUI framework (by lamdu)
featherytale | momentu | |
---|---|---|
1 | 3 | |
3 | 14 | |
- | - | |
0.0 | 5.7 | |
over 2 years ago | over 1 year ago | |
C | Haskell | |
- | GNU General Public License v3.0 or later |
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.
featherytale
Posts with mentions or reviews of featherytale.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-06.
-
The Big List of Haskell GUI Libraries
I've never used Concur myself, but I've actually stumbled upon the same UI paradigm independently ~10 years ago while implementing a C++ EDSL for constructing behavior trees for scripting a game. If you check the link, the resulting EDSL was very ugly in C++, but it still made it very pleasant to implement very complicated UI workflows. So, when I read the documentation for Concur, I immediately recognized the paradigm and appreciated how much cleaner it looks as a Haskell library.
momentu
Posts with mentions or reviews of momentu.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-15.
-
Smooth resize and automatic layout demo
Lamdu is a desktop app (not JS/web), and our custom UI library momentu renders using the GPU so it's basically the same tech stack as video games, which have no problem being smooth :)
-
The Big List of Haskell GUI Libraries
Many folks are mentioning missing libraries, so let me also shill Momentu (https://github.com/lamdu/momentu).
-
The language that almost all programmers use
Any work that can be re-used or shared we try to make available, such as momentu, our UI framework that we developed from Lamdu and the hypertypes AST manipulation and type-inference library.
What are some alternatives?
When comparing featherytale and momentu you can also consider the following projects:
webviewhs - 🌐 A Haskell binding to the webview library created by Serge Zaitsev.
obelisk - Functional reactive web and mobile applications, with batteries included.
wxHaskell - MOVED TO https://codeberg.org/wxHaskell/wxHaskell
haskell-spa-tutorial - A tutorial for building a singe-page web application in Haskell
Perspec - Scriptable desktop app to correct the perspective of images
concur-static - Generate semi-dynamic UIs with Concur