2 Repos
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.
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.
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.