awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesCustom UI Frameworks

Specialized frameworks designed for specific application logic and layout management.

Distinct from User Interface Frameworks: Distinct from User Interface Frameworks: refers to a specific custom-built framework for 3D slicing UI logic rather than general web frameworks.

Explore 3 awesome GitHub repositories matching user interface & experience · Custom UI Frameworks. Refine with filters or upvote what's useful.

Awesome Custom UI Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ultimaker/curaAvatar von Ultimaker

    Ultimaker/Cura

    6,977Auf GitHub ansehen↗

    Cura is 3D printer slicing software and a G-code generator that converts 3D models into machine-readable instructions. It provides a management interface for configuring printer profiles and coordinating additive manufacturing workflows. The software includes a multi-extruder print controller for defining multi-material or multi-nozzle hardware setups. It supports custom printer integration by allowing users to define machine dimensions and G-code requirements for hardware not included in default lists. The platform covers remote print management through integration with external print serve

    Implements a custom framework to handle core user interface logic and layout management.

    Python
    Auf GitHub ansehen↗6,977
  • duilib/duilibAvatar von duilib

    duilib/duilib

    5,940Auf GitHub ansehen↗

    Duilib ist eine Windows-UI-Bibliothek und eine benutzerdefinierte Rendering-Engine für die Entwicklung performanter grafischer Benutzeroberflächen für PC-Client-Software. Sie fungiert als DirectUI-Framework, das die Erstellung maßgeschneiderter Layouts und Interface-Elemente ermöglicht, ohne auf Standard-Betriebssystem-Controls angewiesen zu sein. Das Framework implementiert einen Direct-User-Interface-Ansatz zum Rendern benutzerdefinierter grafischer Elemente. Dies erlaubt das Design nicht-standardisierter visueller Layouts für Desktop-Anwendungen, einschließlich solcher, die für ressourcenintensive Software ein performantes Rendering erfordern. Das System deckt ein breites Spektrum an UI-Entwicklungsfunktionen ab, darunter eine Composite-Rendering-Pipeline, eine erweiterbare Layout-Engine und eine benutzerdefinierte Control-Hierarchie. Es nutzt ein Direct2D-Grafik-Backend für hardwarebeschleunigtes Zeichnen und eine ereignisgesteuerte Message-Loop, um Systemnachrichten auf Komponenten-Callbacks abzubilden.

    Functions as a DirectUI framework that renders custom elements directly to the screen instead of using standard Windows controls.

    C++
    Auf GitHub ansehen↗5,940
  • dioxuslabs/taffyAvatar von DioxusLabs

    DioxusLabs/taffy

    2,972Auf GitHub ansehen↗

    Taffy is a layout engine that calculates the size and position of user interface components. It is a language-agnostic tool that computes element geometry using Flexbox and Grid algorithms. The engine operates on custom tree structures and node storage through a trait-based interface. This design allows it to be integrated into various programming languages and custom memory management systems. The system handles UI layout computation, including leaf node measurement and floating point pixel snapping to prevent blurring on displays. It utilizes layout result caching to avoid redundant calcul

    Serves as a foundational component for building custom UI frameworks by providing the core layout logic.

    Rustcss-gridflexboxhacktoberfest
    Auf GitHub ansehen↗2,972
  1. Home
  2. User Interface & Experience
  3. User Interface Frameworks
  4. Custom UI Frameworks

Unter-Tags erkunden

  • DirectUI FrameworksFrameworks that bypass OS native controls to render UI elements directly to a graphics surface. **Distinct from Custom UI Frameworks:** Distinct from general custom frameworks by specifically implementing the DirectUI pattern of bypassing native OS widgets.