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
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • roberthein/tinyconstraintsAvatar von roberthein

    roberthein/TinyConstraints

    4,091Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,091
  • twitter/labella.jsAvatar von twitter

    twitter/labella.js

    3,879Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,879
  1. Home
  2. User Interface & Experience
  3. Constraint-Based Positioning Frameworks

Unter-Tags erkunden

  • 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.