UrsusSigil 1.2.3

UrsusSigil 1.2.3

Maintained by Daniel Clelland.



 
Depends on:
SwiftSVG~> 2.0
UrsusAtom~> 1.2
 

  • By
  • Daniel Clelland

Ursus Sigil

A library for generating Urbit sigils.

Usage

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.

Installation

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.

Todo list

Things that would make this codebase nicer:

  • Add SwiftUI SigilView component
  • macOS support

Other utilities

References

Dependencies