awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rightpoint/anchorage

Open-source alternatives to Anchorage

30 open-source projects similar to rightpoint/anchorage, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Anchorage alternative.

  • bem-incubator/bem-gridB

    bem-incubator/bem-grid

    0GitHub पर देखें↗

    Modular grid powered by Lost and BEM

    GitHub पर देखें↗0
  • declarativehub/bondDeclarativeHub का अवतार

    DeclarativeHub/Bond

    4,202GitHub पर देखें↗

    Bond is a Swift data binding framework designed to synchronize data models and user interface elements through one-way and two-way value flows. It functions as a reactive suite for monitoring collection changes, transforming data streams, and bridging user interface events to data models. The project provides a reactive bridge that transforms user interface interactions and protocol delegate method calls into observable signals. It includes a collection observer to monitor changes in arrays and a functional data stream processor that applies operators to modify or combine values before they r

    Swift
    GitHub पर देखें↗4,202
  • declarativehub/layoutlessDeclarativeHub का अवतार

    DeclarativeHub/Layoutless

    429GitHub पर देखें↗

    Write less UI code

    Swift
    GitHub पर देखें↗429
  • erwstout/gingerE

    erwstout/ginger

    0GitHub पर देखें↗

    Ginger is a minimal flexbox 12 column grid system named after a cute dog. It doesn't give you any fancy extras like some other frameworks, but what it does give you is a solid lightweight grid system to make developing and designing your next site easy and quick.

    GitHub पर देखें↗0
  • exyte/gridexyte का अवतार

    exyte/Grid

    2,085GitHub पर देखें↗

    The most powerful Grid container missed in SwiftUI

    Swift
    GitHub पर देखें↗2,085

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • facebook/yogafacebook का अवतार

    facebook/yoga

    18,781GitHub पर देखें↗

    Yoga is an embeddable UI layout library and engine that implements the flexible box model used in web standards. It functions as a cross-platform tool for computing user interface geometry, calculating element sizes and positions without relying on a specific operating system's rendering. The engine provides a portable C++ core to ensure identical layout calculations across Android, iOS, and the web. It utilizes an abstract node interface to separate the layout logic from the host UI framework, allowing it to be integrated into native applications. The system manages interface rendering thro

    C++
    GitHub पर देखें↗18,781
  • floriankugler/flkautolayoutfloriankugler का अवतार

    floriankugler/FLKAutoLayout

    1,484GitHub पर देखें↗

    UIView category which makes it easy to create layout constraints in code

    Objective-C
    GitHub पर देखें↗1,484
  • forkingdog/uitableview-fdtemplatelayoutcellforkingdog का अवतार

    forkingdog/UITableView-FDTemplateLayoutCell

    9,872GitHub पर देखें↗

    UITableView-FDTemplateLayoutCell is a specialized table view cell component for iOS designed to automatically calculate and manage dynamic row heights based on content constraints. It provides a programmatic implementation for determining cell dimensions using auto layout to ensure content fits without requiring manual height overrides. The project utilizes a template-cell sizing mechanism that employs a hidden cell instance to calculate dimensions without triggering the actual table view rendering process. To maintain scrolling performance in long lists, it includes a caching system that sto

    Objective-C
    GitHub पर देखें↗9,872
  • freshos/steviafreshOS का अवतार

    freshOS/Stevia

    3,417GitHub पर देखें↗

    :leaves: Concise Autolayout code

    Swift
    GitHub पर देखें↗3,417
  • henriquecustodia/fuuxhenriquecustodia का अवतार

    henriquecustodia/fuux

    9GitHub पर देखें↗

    UNDER DEVELOPMENT

    CSS
    GitHub पर देखें↗9
  • huri000/quicklayouthuri000 का अवतार

    huri000/QuickLayout

    254GitHub पर देखें↗

    Written in pure Swift, QuickLayout offers a simple and easy way to manage Auto Layout in code.

    Swift
    GitHub पर देखें↗254
  • indragiek/swiftautolayoutindragiek का अवतार

    indragiek/SwiftAutoLayout

    656GitHub पर देखें↗

    Tiny Swift DSL for Autolayout

    Swift
    GitHub पर देखें↗656
  • isair/manuallayoutisair का अवतार

    isair/ManualLayout

    279GitHub पर देखें↗

    ✂ Easy to use and flexible library for manually laying out views and layers for iOS and tvOS. Supports AsyncDisplayKit.

    Swift
    GitHub पर देखें↗279
  • joshaber/swiftboxjoshaber का अवतार

    joshaber/SwiftBox

    805GitHub पर देखें↗

    Flexbox in Swift, using Facebook's css-layout.

    Swift
    GitHub पर देखें↗805
  • kean/alignkean का अवतार

    kean/Align

    355GitHub पर देखें↗

    Intuitive and powerful Auto Layout library

    Swift
    GitHub पर देखें↗355
  • kristoferjoseph/flexboxgridkristoferjoseph का अवतार

    kristoferjoseph/flexboxgrid

    9,318GitHub पर देखें↗

    Flexboxgrid is a responsive CSS framework and layout engine based on CSS3 standards. It provides a grid system that uses the flexbox model to arrange page elements into flexible, proportional grids that adapt to different screen sizes and device resolutions. The framework implements a float-free responsive design, utilizing a media-query breakpoint system to adjust layouts and column counts based on viewport width. It employs percentage-based column sizing and negative-margin guttering to maintain consistent spacing and fluid scaling across various displays. The system maps layout configurat

    HTML
    GitHub पर देखें↗9,318
  • layoutbox/flexlayoutlayoutBox का अवतार

    layoutBox/FlexLayout

    2,131GitHub पर देखें↗

    FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.

    Swiftcss-flexboxflex-containerflex-items
    GitHub पर देखें↗2,131
  • layoutbox/pinlayoutlayoutBox का अवतार

    layoutBox/PinLayout

    2,439GitHub पर देखें↗

    Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. iOS/macOS/tvOS/CALayer

    Swift
    GitHub पर देखें↗2,439
  • mamaral/facademamaral का अवतार

    mamaral/Facade

    685GitHub पर देखें↗

    Programmatic view layout for the rest of us.

    Objective-C
    GitHub पर देखें↗685
  • mamaral/neonmamaral का अवतार

    mamaral/Neon

    4,552GitHub पर देखें↗

    Neon is a Swift programmatic UI layout framework that orchestrates interface elements through a relative positioning engine. It calculates view sizes and positions at runtime to create responsive user interfaces without using constraints, springs, struts, or visual format language. The system organizes elements into stacks and groups using a coordinate-based orchestrator that resolves alignment rules between sibling and parent components. It utilizes a rule-based coordinate mapping approach to translate high-level alignment descriptors into absolute screen coordinates. The framework provides

    Swift
    GitHub पर देखें↗4,552
  • marty-suzuki/misterfusionmarty-suzuki का अवतार

    marty-suzuki/MisterFusion

    312GitHub पर देखें↗

    MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.

    Swift
    GitHub पर देखें↗312
  • muukii/mondrianlayoutmuukii का अवतार

    muukii/MondrianLayout

    174GitHub पर देखें↗

    🏗 A way to build AutoLayout rapidly than using InterfaceBuilder(XIB, Storyboard) in iOS.

    Swift
    GitHub पर देखें↗174
  • nakiostudio/easypeasynakiostudio का अवतार

    nakiostudio/EasyPeasy

    1,931GitHub पर देखें↗

    Auto Layout made easy

    Swiftautoauto-layoutconstraints
    GitHub पर देखें↗1,931
  • nerdycat/cupcakenerdycat का अवतार

    nerdycat/Cupcake

    286GitHub पर देखें↗

    An easy way to create and layout UI components for iOS (Swift version).

    Swiftconstraintslayoutnsattributedstring
    GitHub पर देखें↗286
  • nicklockwood/layoutnicklockwood का अवतार

    nicklockwood/layout

    2,224GitHub पर देखें↗

    A declarative UI framework for iOS

    Swift
    GitHub पर देखें↗2,224
  • purelayout/purelayoutPureLayout का अवतार

    PureLayout/PureLayout

    7,599GitHub पर देखें↗

    PureLayout is a declarative layout framework and Auto Layout wrapper library used for positioning views and managing constraints in iOS and macOS applications. It provides a programmatic engine for building user interfaces through constrained-based positioning and priority levels. The framework utilizes a fluent-interface API design and wrapper-based abstractions to simplify the definition of layout constraints. It features deferred and batch constraint activation to group multiple rules together for simultaneous application to the view hierarchy. The project covers general Auto Layout manag

    Objective-C
    GitHub पर देखें↗7,599
  • robb/cartographyrobb का अवतार

    robb/Cartography

    7,328GitHub पर देखें↗

    Cartography is a declarative layout engine and constraint management framework for Swift. It provides a domain-specific language to define, group, and prioritize user interface layout rules, abstracting the process of positioning and aligning visual components. The framework distinguishes itself through a fluent API and the use of overloaded operators to define relationships between view attributes. It enables the bundling of multiple layout rules into single units, allowing for the dynamic swapping of constraint groups at runtime to transition views between different positional states. The

    Swift
    GitHub पर देखें↗7,328
  • roberthein/tinyconstraintsroberthein का अवतार

    roberthein/TinyConstraints

    4,091GitHub पर देखें↗

    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

    Swift
    GitHub पर देखें↗4,091
  • skyvive/swiftstraintsSkyvive का अवतार

    Skyvive/Swiftstraints

    121GitHub पर देखें↗

    Auto Layout In Swift Made Easy

    Swift
    GitHub पर देखें↗121
  • snapkit/masonrySnapKit का अवतार

    SnapKit/Masonry

    18,157GitHub पर देखें↗

    Masonry is a declarative UI layout engine and domain-specific language for defining layout constraints on iOS and macOS. It serves as a wrapper for native Apple layout constraints, providing a system for positioning views on a screen by declaring rules and priorities. The library implements a fluent interface that uses chainable method calls to define complex screen layouts. This approach replaces native configuration calls with an expressive syntax for generating layout rules. The engine includes capabilities for managing constraint priorities to resolve layout conflicts and tools for updat

    Objective-C
    GitHub पर देखें↗18,157