alexzk1 / tess_svg

Converts SVG files to vertexes in different formats, like Java code/Json/C++ etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tess_svg

Converts SVG files to vertexes in different formats, like Java code/Json/C++ etc. It uses opengl tesselate to produce "triangular" shapes out of "pathes". Other format dumpers can be added later.

Prior using this program ALL svg objects(like ellipse) must be converted to "path".

Complex things like groups are particulary supported by dumpers.

P.S. Sorry for using qmake as build system only, but I got used to it - you're free to go to rewrite to cmake/etc.

About

Converts SVG files to vertexes in different formats, like Java code/Json/C++ etc.

License:GNU General Public License v3.0


Languages

Language:C++ 99.4%Language:Java 0.4%Language:QMake 0.2%Language:Shell 0.1%