Skip to content
/ SVGeez Public

SVG parsing and code generation

License

Notifications You must be signed in to change notification settings

biowink/SVGeez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVGeez

SVG parser and code generator, with configurable templates.

Currently only iOS templates are implemented.

Install

Run bundle install --path vendor/bundle/, and you should have what you need.

Usage

Run bin/svgeez path/to/some/File*.svg -o path/to/output/dir/SVGeez.

You should see a SVGeez.h and SVGeez.m inside of path/to/output/dir/ for use in your project.

Then you can grab the CALayers by key, such as:

CALayer *foo = [SVGeez layerForKey:SVGeez_FileA];

You can attach that to a UIView, and off you go. You'll need to do a little work to have that layer play well with view resizing etc, but that will depend on your use case.

About

SVG parsing and code generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published