monomer VS gi-gtk-declarative

Compare monomer vs gi-gtk-declarative and see what are their differences.

monomer

An easy to use, cross platform, GUI library for writing Haskell applications. (by fjvallarino)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
monomer gi-gtk-declarative
16 5
558 283
- -
5.7 2.7
about 1 month ago 3 months ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License Mozilla Public License 2.0
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.

monomer

Posts with mentions or reviews of monomer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.

gi-gtk-declarative

Posts with mentions or reviews of gi-gtk-declarative. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-25.
  • Is Haskell capable of this?
    8 projects | /r/haskell | 25 Nov 2021
    Have a look at https://reflex-frp.org/, or https://owickstrom.github.io/gi-gtk-declarative/, they are an interesting and different way of working with UI in a non imperative way.
  • [ANN] Monomer, a GUI library for Haskell
    11 projects | /r/haskell | 9 Aug 2021
    What are the main differences to and advantages over gi-gtk-declarative?
  • Apply git patch to package listed in extra-deps in stack build
    2 projects | /r/haskell | 2 Jan 2021
    Yeah, if you are interested enough to check out my PR at gi-gtk-declarative (https://github.com/owickstrom/gi-gtk-declarative/pull/90), then you will see how much I bent over backwards to avoid laying the foundations for an ormolu/fourmolu-like situation. Although, given that the project appears to be the only maintained declarative gui library in Haskell, I think the single-point-of-failure needs to be addressed.

What are some alternatives?

When comparing monomer and gi-gtk-declarative you can also consider the following projects:

static-haskell-nix - easily build most Haskell programs into fully static Linux executables

nanovg - Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.

Skia - Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

reflex - Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.

LambdaHack - Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at

MetalNanoVG - The Metal port of NanoVG.

egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies