Skip to content

A library for generating Urbit sigils.

License

Notifications You must be signed in to change notification settings

e1block/UrsusSigil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library for generating Urbit sigils.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.2%
  • Ruby 3.8%