awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nakiostudio avatar

nakiostudio/EasyPeasy

0
View on GitHub↗
1,931 stars·116 forks·Swift·MIT·6 viewseasy-peasy.io↗

EasyPeasy

Auto Layout made easy

Features

  • Declarative Auto Layout - Makes defining auto-layout constraints straightforward and readable.
  • Layout Frameworks - Simplified syntax for managing Auto Layout.

Star history

Star history chart for nakiostudio/easypeasyStar history chart for nakiostudio/easypeasy

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to EasyPeasy

Similar open-source projects, ranked by how many features they share with EasyPeasy.
  • nerdycat/cupcakenerdycat avatar

    nerdycat/Cupcake

    286View on GitHub↗

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

    Swiftconstraintslayoutnsattributedstring
    View on GitHub↗286
  • purelayout/purelayoutPureLayout avatar

    PureLayout/PureLayout

    7,599View on GitHub↗

    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
    View on GitHub↗7,599
  • marty-suzuki/misterfusionmarty-suzuki avatar

    marty-suzuki/MisterFusion

    312View on GitHub↗

    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
    View on GitHub↗312
  • robb/cartographyrobb avatar

    robb/Cartography

    7,328View on GitHub↗

    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
    View on GitHub↗7,328
See all 30 alternatives to EasyPeasy→

Frequently asked questions

What does nakiostudio/easypeasy do?

Auto Layout made easy

What are the main features of nakiostudio/easypeasy?

The main features of nakiostudio/easypeasy are: Declarative Auto Layout, Layout Frameworks.

What are some open-source alternatives to nakiostudio/easypeasy?

Open-source alternatives to nakiostudio/easypeasy include: purelayout/purelayout — PureLayout is a declarative layout framework and Auto Layout wrapper library used for positioning views and managing… roberthein/tinyconstraints — TinyConstraints is a declarative UI layout engine and constraint-based positioning framework designed to simplify the… marty-suzuki/misterfusion — MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in… nerdycat/cupcake — An easy way to create and layout UI components for iOS (Swift version). robb/cartography — Cartography is a declarative layout engine and constraint management framework for Swift. It provides a… skyvive/swiftstraints — Auto Layout In Swift Made Easy.