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
·
Back to declarativehub/layoutless

Open-source alternatives to Layoutless

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

  • layoutbox/pinlayoutAvatar von layoutBox

    layoutBox/PinLayout

    2,439Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,439
  • exyte/gridAvatar von exyte

    exyte/Grid

    2,085Auf GitHub ansehen↗

    The most powerful Grid container missed in SwiftUI

    Swift
    Auf GitHub ansehen↗2,085
  • mamaral/neonAvatar von mamaral

    mamaral/Neon

    4,552Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,552
  • freshos/steviaAvatar von freshOS

    freshOS/Stevia

    3,417Auf GitHub ansehen↗

    :leaves: Concise Autolayout code

    Swift
    Auf GitHub ansehen↗3,417
  • layoutbox/flexlayoutAvatar von layoutBox

    layoutBox/FlexLayout

    2,131Auf GitHub ansehen↗

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

    Swiftcss-flexboxflex-containerflex-items
    Auf GitHub ansehen↗2,131

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • floriankugler/flkautolayoutAvatar von floriankugler

    floriankugler/FLKAutoLayout

    1,484Auf GitHub ansehen↗

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

    Objective-C
    Auf GitHub ansehen↗1,484
  • forkingdog/uitableview-fdtemplatelayoutcellAvatar von forkingdog

    forkingdog/UITableView-FDTemplateLayoutCell

    9,872Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,872
  • henriquecustodia/fuuxAvatar von henriquecustodia

    henriquecustodia/fuux

    9Auf GitHub ansehen↗

    UNDER DEVELOPMENT

    CSS
    Auf GitHub ansehen↗9
  • huri000/quicklayoutAvatar von huri000

    huri000/QuickLayout

    254Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗254
  • indragiek/swiftautolayoutAvatar von indragiek

    indragiek/SwiftAutoLayout

    656Auf GitHub ansehen↗

    Tiny Swift DSL for Autolayout

    Swift
    Auf GitHub ansehen↗656
  • isair/manuallayoutAvatar von isair

    isair/ManualLayout

    279Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗279
  • jiang111/awesome-android-tipsAvatar von jiang111

    jiang111/awesome-android-tips

    2,569Auf GitHub ansehen↗

    This project is a curated collection of Android development code snippets, implementation patterns, and technical guides designed to assist in building and maintaining mobile applications. It serves as a reference for standard mobile architecture, providing structured approaches to common development requirements and system integration tasks. The repository distinguishes itself by offering specific technical strategies for managing application lifecycles, optimizing memory usage, and ensuring interface responsiveness in resource-constrained environments. It provides programmatic techniques fo

    androidawesometips
    Auf GitHub ansehen↗2,569
  • joshaber/swiftboxAvatar von joshaber

    joshaber/SwiftBox

    805Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗805
  • k-o-d-e-n/cglayoutAvatar von k-o-d-e-n

    k-o-d-e-n/CGLayout

    44Auf GitHub ansehen↗

    Powerful autolayout framework, that can manage UIView(NSView), CALayer and not rendered views. Not Apple Autolayout wrapper. Provides placeholders. Linux support.

    Swift
    Auf GitHub ansehen↗44
  • kean/alignAvatar von kean

    kean/Align

    355Auf GitHub ansehen↗

    Intuitive and powerful Auto Layout library

    Swift
    Auf GitHub ansehen↗355
  • kennic/framelayoutkitAvatar von kennic

    kennic/FrameLayoutKit

    82Auf GitHub ansehen↗

    A super fast and easy-to-use layout library for iOS. FrameLayoutKit supports complex layouts, including chaining and nesting layout with simple and intuitive operand syntax.

    Swift
    Auf GitHub ansehen↗82
  • kristoferjoseph/flexboxgridAvatar von kristoferjoseph

    kristoferjoseph/flexboxgrid

    9,318Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,318
  • mamaral/facadeAvatar von mamaral

    mamaral/Facade

    685Auf GitHub ansehen↗

    Programmatic view layout for the rest of us.

    Objective-C
    Auf GitHub ansehen↗685
  • marty-suzuki/misterfusionAvatar von marty-suzuki

    marty-suzuki/MisterFusion

    312Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗312
  • muukii/mondrianlayoutAvatar von muukii

    muukii/MondrianLayout

    174Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗174
  • nakiostudio/easypeasyAvatar von nakiostudio

    nakiostudio/EasyPeasy

    1,931Auf GitHub ansehen↗

    Auto Layout made easy

    Swiftautoauto-layoutconstraints
    Auf GitHub ansehen↗1,931
  • nerdycat/cupcakeAvatar von nerdycat

    nerdycat/Cupcake

    286Auf GitHub ansehen↗

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

    Swiftconstraintslayoutnsattributedstring
    Auf GitHub ansehen↗286
  • nicklockwood/layoutAvatar von nicklockwood

    nicklockwood/layout

    2,224Auf GitHub ansehen↗

    A declarative UI framework for iOS

    Swift
    Auf GitHub ansehen↗2,224
  • purelayout/purelayoutAvatar von PureLayout

    PureLayout/PureLayout

    7,599Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,599
  • rightpoint/anchorageAvatar von Rightpoint

    Rightpoint/Anchorage

    629Auf GitHub ansehen↗

    A collection of operators and utilities that simplify iOS layout code.

    Swift
    Auf GitHub ansehen↗629
  • robb/cartographyAvatar von robb

    robb/Cartography

    7,328Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,328
  • 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

    Swift
    Auf GitHub ansehen↗4,091
  • skyvive/swiftstraintsAvatar von Skyvive

    Skyvive/Swiftstraints

    121Auf GitHub ansehen↗

    Auto Layout In Swift Made Easy

    Swift
    Auf GitHub ansehen↗121
  • snapkit/masonryAvatar von SnapKit

    SnapKit/Masonry

    18,157Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗18,157
  • snapkit/snapkitAvatar von SnapKit

    SnapKit/SnapKit

    20,336Auf GitHub ansehen↗

    SnapKit is a declarative layout library and domain-specific language for managing user interface constraints and view relationships in Swift. It serves as a programmatic framework for positioning and sizing interface elements on iOS and macOS by wrapping native Auto Layout calls in a concise syntax. The library provides a fluent interface that translates high-level descriptive language into imperative layout rules. It differentiates itself through automatic constraint tracking and lifecycle management, allowing for the bulk removal and replacement of positioning rules without manual tracking

    Swift
    Auf GitHub ansehen↗20,336