SwiftUI Rounded Polygons for iOS with SwiftUI Sep 10, 2020 1 min read PolyKit Rounded Polygons in SwiftUI. Add to App File / Swift Packages / Add Package Dependecy Search for PolyKit by hexagons Add Up to Next Major from 1.0.0 Example import SwiftUI import PolyKit struct ContentView: View { var body: some View { Poly(count: 6, cornerRadius: 60) } } Swift Add to Package .package(url: "https://github.com/hexagons/PolyKit.git", from: "1.0.0") Swift GitHub hexagons/PolyKit?? — Read MoreLatest commit to the undefined branch on unknownDownload as zip SwiftUI
SwiftUI A multi-platform SwiftUI frontend for running local LLMs with Apple's MLX framework This project is a fully native SwiftUI app that allows you to run local LLMs (e.g. Llama, Mistral) on Apple silicon in real-time using MLX. 04 March 2024
Masking Easily integrate customizable masked text input fields into SwiftUI apps The MaskedTextFieldSwiftUI package empowers developers to easily integrate customizable masked text input fields into their SwiftUI applications. 02 March 2024
Split A SwiftUI container that presents two views stacked vertically with an adjustable split This package is heavily inspired by the splitscreen impelementation from the Amie iOS app. 01 March 2024