Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 282 Bytes

Savage

svg sequence -> multi-object .obj converter

This progarm converts a directory of SVG files into 2d vertex data in an .obj file. Each svg file is an individual object in the .obj file, resulting in one mesh per SVG frame.

It requires OpenFrameworks 0.8 to compile.