3 dépôts
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.
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.
Duilib est une bibliothèque d'interface utilisateur Windows et un moteur de rendu personnalisé conçu pour construire des interfaces graphiques haute performance pour les logiciels clients PC. Il fonctionne comme un framework DirectUI permettant la création de mises en page sur mesure et d'éléments d'interface personnalisés sans dépendre des contrôles standards du système d'exploitation. Le framework implémente une approche d'interface utilisateur directe pour rendre des éléments graphiques personnalisés. Cela permet la conception de mises en page visuelles non standards pour les applications de bureau, y compris celles nécessitant un rendu haute performance pour des logiciels gourmands en ressources. Le système couvre un large éventail de capacités de développement UI, incluant un pipeline de rendu composite, un moteur de mise en page enfichable et une hiérarchie de contrôles personnalisés. Il utilise un backend graphique Direct2D pour le dessin accéléré par le matériel et une boucle de messages pilotée par les événements pour mapper les messages système aux callbacks des composants.
Functions as a DirectUI framework that renders custom elements directly to the screen instead of using standard Windows controls.
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.