9 dépôts
Systems for displaying user interface elements with configurable depth and layering.
Distinct from Custom Element Renderers: Candidates focus on custom element replacement or automation, not layered UI rendering pipelines.
Explore 9 awesome GitHub repositories matching user interface & experience · UI Layer Rendering. Refine with filters or upvote what's useful.
AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy
Reduces rendering overhead by switching components between view-based and layer-based modes for non-interactive elements.
Craft.js is a framework for building extensible drag-and-drop page editors using React components and serializable state management. It provides the core infrastructure to construct custom page builders where users can compose layouts by dragging, dropping, and repositioning elements within a structured editor environment. The framework manages editor state through a component-based node tree, where each user element is represented as an internal node storing its type, props, and parent relationships. This state is managed via React Context and can be serialized to JSON for persistence and sh
Accepts custom React components to control how each layer is rendered in the editor interface.
Flowgram.ai is a workflow development framework for building AI workflow platforms. It provides a visual drag-and-drop canvas for constructing workflows, an Entity-Component-System (ECS) based document model for structuring workflow nodes as a tree, and a node-based form engine for managing configuration forms with built-in rendering, validation, side effects, and error handling. The framework also includes a workflow execution engine that parses directed graph workflows and runs nodes step by step with state tracking and array iteration. The framework distinguishes itself through a layered r
Allows inserting custom React layers into the canvas for drawing visuals like SVG lines.
CodeMirror is a browser-based code editor framework and modular extension system used to embed full-featured text editors into web pages. It functions as a syntax tree parsing engine and a language server protocol client, enabling structural language analysis and deep integration with external programming language services. The project is distinguished by its modular architecture, which uses a system of extensions and compartments for dynamic reconfiguration at runtime. It supports real-time collaborative editing and state synchronization through an operational transformation framework, allow
Manages the rendering of DOM elements as layers above or below text for cursors and indicators.
Thief is a cross-platform desktop application designed to conceal leisure activities within work-like interfaces. It functions as a workplace privacy tool that disguises content such as novels, videos, games, and web pages as professional applications like code editors, spreadsheets, or taskbar panels, allowing users to appear productive while engaging in personal browsing. The application distinguishes itself through camera-aware proximity detection, which uses the device's camera to monitor surroundings and automatically hide the window when someone approaches. A configurable hotkey provide
Overlays entertainment content onto a simulated work interface layer that mimics productivity tools like code editors or spreadsheets.
Tensorspace est un framework de visualisation 3D basé sur WebGL et un moteur de rendu conçu pour mapper les architectures de modèles d'apprentissage profond et les données de tenseurs dans des espaces tridimensionnels interactifs. Il sert de visualiseur d'architecture de réseau neuronal et d'inspecteur de modèle, permettant aux utilisateurs de rendre les topologies de modèle et d'analyser le flux de données au sein d'un navigateur web. Le projet se distingue par sa capacité à convertir des modèles Keras et TensorFlow pré-entraînés en représentations spatiales. Il s'intègre à TensorFlow.js pour exécuter l'inférence dans le navigateur, permettant la visualisation en temps réel des activations intermédiaires, des passes avant et des données de tenseurs internes. Le framework fournit des primitives de rendu étendues pour les couches 1D et 2D, y compris les convolutions, le pooling, les couches denses et diverses opérations de fusion de tenseurs. Il couvre une large surface de capacités, notamment le mappage de topologie de modèle, les animations d'état de couche et la visualisation des sorties de modèles génératifs et des grilles de détection d'objets. Le système inclut des outils pour la conversion de format de modèle afin d'importer des architectures existantes et un panneau de suivi des performances pour surveiller la santé du système et les fréquences d'images pendant le rendu.
Renders a merged layer instance that combines multiple input layers of the same shape.
LyricsX est une application macOS qui rend les paroles de chansons synchronisées sur l'interface utilisateur du système pendant la lecture de musique. Il fonctionne comme un outil d'affichage de bureau, un agrégateur de paroles externe et un utilitaire de synchronisation. L'application récupère les paroles à partir de plusieurs sources de données distantes en utilisant les métadonnées de lecture actuelles et fournit un convertisseur de script pour traduire le texte entre les caractères chinois traditionnels et simplifiés. Elle inclut également un gestionnaire de fichiers de paroles pour importer et exporter des formats de paroles courants via des interactions de glisser-déposer. L'outil fournit des capacités de synchronisation temporelle pour faire correspondre les horodatages des paroles avec l'horloge de lecture audio. Les fonctionnalités supplémentaires incluent la capacité d'afficher les paroles sur le bureau ou la barre de menu et la gestion automatique du cycle de vie de l'application pour maintenir la synchronisation avec le lecteur de musique actif.
Renders lyric text over the system UI using a layered transparent window.
SwiftTips is a curated collection of guides, libraries, and design patterns focused on Swift language mastery, application architecture, and API design. It provides a technical resource for implementing advanced coding techniques and architectural best practices. The project emphasizes creating type-safe and conversational interfaces through strategic protocol composition and generics. It offers specialized patterns for building modular UI systems and managing complex view hierarchies, alongside comprehensive strategies for unit testing and dependency injection. The resource covers a broad s
Demonstrates how to replace default layer classes with specialized animation layers for advanced visual effects.
Murder is an entity component system game engine designed for 2D game development. It provides a core framework for managing game objects through an ECS architecture and includes a dedicated 2D game editor for asset management and real-time property configuration. The engine features a specialized 2D rendering pipeline supporting pixel art, sprite slicing, and parallax effects. It includes a hierarchical A* pathfinding system for agent navigation and a comprehensive asset management system for serializing and loading game resources. The project covers a broad range of capabilities, including
Provides a system for rendering user interface elements on screen with configurable layering.