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

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

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

2 مستودعات

Awesome GitHub RepositoriesConstraint-Based Positioning Frameworks

Toolkits for defining view positions and sizes through relational anchors and spatial constraints.

Distinct from Percentage-Based Positioning: Focuses on general UI positioning via constraints rather than percentage-based or graph-based systems.

Explore 2 awesome GitHub repositories matching user interface & experience · Constraint-Based Positioning Frameworks. Refine with filters or upvote what's useful.

Awesome Constraint-Based Positioning Frameworks GitHub Repositories

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

    roberthein/TinyConstraints

    4,091عرض على GitHub↗

    TinyConstraints is a declarative UI layout engine and constraint-based positioning framework designed to simplify the definition of view constraints, spatial relationships, and element dimensions. It functions as an auto layout wrapper library that allows for the positioning of elements through relational anchors and priority-based sizing rules. The system enables adaptive interface design by supporting custom view stacking in horizontal or vertical sequences and the use of offsets for precise edge alignment and centering. It further supports dynamic interface animations by updating layout co

    Offers a comprehensive toolkit for aligning view edges and centering elements using offsets and spatial relationships.

    Swift
    عرض على GitHub↗4,091
  • twitter/labella.jsالصورة الرمزية لـ twitter

    twitter/labella.js

    3,879عرض على GitHub↗

    labella.js is a JavaScript data visualization library and label collision avoidance engine. It functions as a one-dimensional layout solver designed to calculate non-overlapping text label positions along a single axis to ensure readability in web-based charts. The library operates as a timeline labeling utility that prevents visual clutter in custom charting components. It uses a spatial constraint engine to dynamically adjust element coordinates and manage the systematic placement of text markers across temporal data sets. The project covers data visualization labeling and timeline axis la

    Implements constraint-based logic to determine optimal label positions and boundaries along a single axis.

    JavaScript
    عرض على GitHub↗3,879
  1. Home
  2. User Interface & Experience
  3. Constraint-Based Positioning Frameworks

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

  • Spatial SolversAlgorithms that resolve spatial conflicts by applying mathematical constraints to element coordinates. **Distinct from Constraint-Based Positioning Frameworks:** Distinct from general UI constraint frameworks: focuses specifically on solving spatial overlap for labels rather than general view layout.