wodeni / Animate-plus-plus

Animate your vector graphics using C++ :zap:
3 stars 0 forks source link

On parsing SVG Path String #2

Open wodeni opened 6 years ago

wodeni commented 6 years ago
wodeni commented 6 years ago

I ended up using <boost/regex.hpp> because it support lookbehind matching There is a bug that I cannot fix yet:

wodeni commented 6 years ago

Done in shapes as of 04/20. Closing for now.

wodeni commented 6 years ago

To show off some results: image

The source is here. Parsing is lightning fast ⚡️

wodeni commented 6 years ago

Just for fun, some more animals. This time is a polygon-based one:

image