primitivoui
By vikingosegundo
isowords
Open source game built in SwiftUI and the Composable Architecture. (by pointfreeco)
primitivoui | isowords | |
---|---|---|
2 | 13 | |
- | 2,800 | |
- | 1.1% | |
- | 5.7 | |
- | 7 months ago | |
Swift | ||
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
primitivoui
Posts with mentions or reviews of primitivoui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-27.
-
Small extension for uikit constraints
Hey, nice idea. I have worked on something similar, not per se for layout, but to interface UIKit with a nicer DSL via filters, like you. check it out and share your thoughts with me: https://gitlab.com/vikingosegundo/primitivoui
-
Did you know: It is possible to write declarative and immutable Swift that resembles natural English, just with some very wild punctation.
this is a project of mine where I wrap UIKit in a declarative interface. https://gitlab.com/vikingosegundo/primitivoui. of course that can't be called functional.
isowords
Posts with mentions or reviews of isowords.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-29.
- GitHub examples of well-written code?
- Have you used the concept of Micro-frontends to scale your app development?
- does SwiftUI work for creating a 2D game?
-
Is there any open source project with high professional standards using Combine and/or SwiftUI?
Pointfree have a very comprehensive and fully tested SwiftUI app using the Composable Architecture along with a video series to go with it - Isowords
-
Are there any examples of major or highly complex software written solely or at-least primarily in Swift?
Maybe? https://github.com/pointfreeco/isowords
- Share Swift Code Between Client App and Vapor Server
- Open source SwiftUI apps to learn from?
-
A curated list of Open Source example iOS apps developed in Swift
isowords - Open source game built in SwiftUI and the Composable Architecture.
-
How to get files created from zsh to show up in xcode?
https://github.com/pointfreeco/isowords is a good example (ignoring the architecture etc).
-
Did you know: It is possible to write declarative and immutable Swift that resembles natural English, just with some very wild punctation.
Finally, here’s the codebase for an app fully made using The Composable Architecture: isowords (watch episodes #142-145, which are also free, for a tour of the code base)
What are some alternatives?
When comparing primitivoui and isowords you can also consider the following projects:
light-dsl
tea-in-swift - The Elm Architecture in Swift
constraints - [GET https://api.github.com/repos/purpln/constraints: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
MovieSwiftUI - SwiftUI & Combine app using MovieDB API. With a custom Flux (Redux) implementation.