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

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

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

4 مستودعات

Awesome GitHub RepositoriesLayer Selection Tools

Utilities for selecting, navigating, and managing nested elements within a design workspace.

Distinguishing note: Focuses on selection mechanics and hierarchy navigation rather than visual styling or layout engines.

Explore 4 awesome GitHub repositories matching user interface & experience · Layer Selection Tools. Refine with filters or upvote what's useful.

Awesome Layer Selection Tools GitHub Repositories

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

    penpot/penpot

    53,219عرض على GitHub↗

    This project is a browser-based collaborative design platform that provides a comprehensive workspace for interface design, interactive prototyping, and design system management. It functions as a vector graphics editor that enables teams to create, manage, and iterate on designs in real-time, utilizing a component-based inheritance model to ensure consistency across complex projects. The platform distinguishes itself through a deep integration of design and development workflows. It features a specialized developer handoff workspace that allows for the inspection of design properties, precis

    The platform allows users to select specific layers or nested elements using click-and-drag, multi-select modifiers, or deep-selection shortcuts to bypass group boundaries.

    Clojureclojureclojurescriptdesign
    عرض على GitHub↗53,219
  • graphiteeditor/graphiteالصورة الرمزية لـ GraphiteEditor

    GraphiteEditor/Graphite

    24,258عرض على GitHub↗

    Graphite is a node-based visual design environment that integrates vector illustration, raster image processing, and motion graphics generation into a single platform. It utilizes a functional reactive pipeline and a data-flow execution model to propagate state changes through a graph of interconnected nodes, allowing users to construct complex, automated design workflows. The platform distinguishes itself through a context-aware evaluation engine that injects runtime metadata—such as coordinate data and loop indices—directly into the node graph. This enables the creation of procedural geomet

    Manages the selection and navigation of layers and folders within the design workspace.

    Rust2d-graphicsanimationart
    عرض على GitHub↗24,258
  • wagerfield/parallaxالصورة الرمزية لـ wagerfield

    wagerfield/parallax

    16,586عرض على GitHub↗

    Parallax is a device motion parallax engine and interactive depth effect library. It provides the core logic and interfaces necessary to simulate visual depth by shifting scene layers based on a smart device gyroscope or mouse movement. The system functions as a device orientation controller that maps physical device rotation and cursor position to programmatic offsets. It distinguishes itself through a motion interface that handles relative orientation calibration, allowing the engine to calculate movement based on a cached starting position. The library covers motion behavior configuration

    Identifies which child elements act as layers using CSS selectors or default child matching.

    JavaScript
    عرض على GitHub↗16,586
  • googlechromelabs/projectvisbugالصورة الرمزية لـ GoogleChromeLabs

    GoogleChromeLabs/ProjectVisBug

    5,746عرض على GitHub↗

    VisBug is an in-browser design tool that lets you inspect, edit, and manipulate live webpage elements directly, without touching source code. It functions as a browser design inspector, providing visual controls and keyboard shortcuts for real-time style inspection, element manipulation, and device simulation. The tool offers design-tool-inspired interactions for navigating the DOM as grouped layers, enabling direct selection and editing of nested components. It includes capabilities for drag-and-drop image replacement, live style inspection with computed properties and accessibility informat

    Navigates the page's element tree using a layers panel to select groups and elements like in a design application.

    JavaScript
    عرض على GitHub↗5,746
  1. Home
  2. User Interface & Experience
  3. Layer Selection Tools

استكشف الوسوم الفرعية

  • Layer Identification LogicAlgorithms for detecting which DOM elements should be treated as layers based on selectors. **Distinct from Layer Selection Tools:** Focuses on identifying elements for a motion system, not navigating layers in a design workspace.