A library for generating Urbit sigils.
Generating sigil images is a one-liner in UrsusSigil
:
let sigilImage = Sigil(ship: "~lanrus-rinfep", color: .black).image(with: CGSize(width: 24.0, height: 24.0))
Sigils render with a transparent background.
Ursus Sigil can be installed using Cocoapods by adding the following line to your podfile:
pod 'UrsusSigil', '~> 1.2'
I can probably help set up Carthage or Swift Package Manager support if you need it.
Things that would make this codebase nicer:
- Add SwiftUI
SigilView
component - macOS support