awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesDeclarative UI Layouts

Syntax for defining complex user interface structures.

Distinguishing note: Focuses on the declarative definition of nested UI structures.

Explore 5 awesome GitHub repositories matching web development · Declarative UI Layouts. Refine with filters or upvote what's useful.

Awesome Declarative UI Layouts GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • yewstack/yewالصورة الرمزية لـ yewstack

    yewstack/yew

    32,696عرض على GitHub↗

    Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based architecture that allows developers to create modular, reusable user interface elements that manage their own state and logic. By compiling code into binary modules, the framework enables high-performance execution within modern browser environments. The framework distinguishes itself through a macro-based markup language that transforms declarative, HTML-like syntax into strongly-typed component structures during compilation. It features a robust server-side rendering engine t

    Defines user interface layouts using a declarative syntax that supports standard HTML and SVG tags.

    Rustasmjsconcurrencyelm
    عرض على GitHub↗32,696
  • pysimplegui/pysimpleguiالصورة الرمزية لـ PySimpleGUI

    PySimpleGUI/PySimpleGUI

    13,807عرض على GitHub↗

    PySimpleGUI is a Python framework used to build graphical user interfaces. It functions as an adapter-based wrapper that maps multiple GUI toolkit APIs into a single unified interface, allowing for backend-agnostic development across tkinter, Qt, or WxPython. The project uses a layout-based UI definition system where visual hierarchies are defined via nested lists rather than coordinate-based placement. It employs an event-driven polling loop and string-based event mapping to associate interface elements with specific user actions. The framework supports cross-framework GUI design and intera

    Employs a declarative layout system using nested lists to define visual hierarchies without manual coordinates.

    Pythonbeginner-friendlydatavisualizationgames
    عرض على GitHub↗13,807
  • xmartlabs/eurekaالصورة الرمزية لـ xmartlabs

    xmartlabs/Eureka

    11,820عرض على GitHub↗

    Eureka is a framework for building structured data-entry interfaces and forms in Swift for iOS applications. It provides a declarative UI layout engine and a dynamic input interface to define fields, sections, and row layouts through a configuration layer. The system distinguishes itself through dynamic interface management, including conditional visibility and interaction control that reacts to real-time user changes. It supports complex input behaviors such as expandable row rendering, multivalued field management for inserting or deleting similar rows, and custom keyboard navigation that s

    Utilizes a declarative layout syntax to define how users enter information within structured interfaces.

    Swift
    عرض على GitHub↗11,820
  • murlokswarm/appالصورة الرمزية لـ murlokswarm

    murlokswarm/app

    8,929عرض على GitHub↗

    This project is a Go WebAssembly frontend framework designed for building interactive web applications. It provides a toolkit for executing Go code directly in the browser to handle client-side logic and user interface development. The framework functions as a declarative UI library and a progressive web app toolset. It enables the creation of installable applications that can operate in standalone windows and maintain offline functionality. The system manages browser-side application development through a component-based view hierarchy and a declarative syntax for defining UI elements. It i

    Uses a structured declarative syntax to create reusable visual components and consistent layouts.

    Go
    عرض على GitHub↗8,929
  • viser-project/viserالصورة الرمزية لـ viser-project

    viser-project/viser

    2,633عرض على GitHub↗

    Viser is a Python 3D visualization framework and remote scene server that renders 3D primitives, point clouds, and meshes in a web browser. It functions as a server-client system that synchronizes scene state and camera poses to a web client via WebSockets. The framework provides specialized capabilities for robotics and computer vision, including a URDF robot visualizer for loading robot models and joint states, as well as a GPU-accelerated Gaussian splatting viewer for high-fidelity volumetric rendering. It also supports the visualization of human body models and skinned meshes for pose ana

    Provides a system for defining complex user interface structures on the server that map to client-side widgets.

    Pythonpythonvisualizationweb
    عرض على GitHub↗2,633
  1. Home
  2. Web Development
  3. Declarative UI Layouts