2 Repos
Tools that transform declarative XML-like syntax into optimized tree-building code at compile time.
Distinguishing note: Focuses on compile-time transformation rather than runtime UI rendering.
Explore 2 awesome GitHub repositories matching user interface & experience · Macro-Based UI Compilers. Refine with filters or upvote what's useful.
Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha
Transforms XML-like syntax into efficient tree-building code at compile time to minimize runtime overhead.
Seed is a frontend framework for building single-page applications using Rust and WebAssembly. It provides a virtual DOM rendering engine and a component-based UI library to construct modular, reusable interface elements. The framework implements a unidirectional data flow model based on the Elm architecture to ensure type-safe state management and predictable state transitions. It utilizes compile-time macros to transform declarative UI definitions into efficient instructions for the browser. The project covers a broad range of web capabilities, including application routing, content intern
Uses Rust macros to transform declarative UI definitions into optimized WebAssembly instructions at compile time.