How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
The main features of fsprojects/fabulous are: Functional UI, Inspired By Elm, Elm Inspired Projects.
Projects with overlapping indexed features include: dmjio/miso — :ramen: A tasty Haskell web framework. easafe/purescript-flame — Fast & simple framework for building web applications. elmish/elmish — Elm-like abstractions for F# apps. hecrj/iced — Iced is a cross-platform GUI library for Rust designed for building native desktop applications. It functions as a… ivanceras/sauron — A versatile web framework and library for building client-side and server-side web applications. jorgebucaran/hyperapp — Hyperapp is a functional JavaScript framework for building hypertext applications. It centers on a state management…
Fast & simple framework for building web applications
Iced is a cross-platform GUI library for Rust designed for building native desktop applications. It functions as a reactive toolkit that manages application state by mapping user interactions to messages, which then trigger automatic view refreshes. The framework utilizes a rendering system that supports both hardware-accelerated GPU graphics and software backends to ensure compatibility across multiple operating systems. It implements a reactive model inspired by the Elm architecture to coordinate state updates and view reconciliation. The toolkit includes a flexible layout engine and a mod