fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.35k stars 608 forks source link

SVG Output? #3

Closed donatj closed 7 years ago

donatj commented 7 years ago

It would be wonderfully awesome if you supported either SVG or some other vector form of output ;)

globalcitizen commented 7 years ago

+1 ... I was going to write an SVG to LÖVE (Lua) converter specifically to make use of this project's output.

fogleman commented 7 years ago

I plan on adding SVG very soon.

On Sep 20, 2016, at 4:50 PM, Jesse Donat notifications@github.com wrote:

It would be wonderfully awesome if you supported either SVG or some other vector form of output ;)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

fogleman commented 7 years ago

SVG support added. Just use a ".svg" extension for your output filename.

donatj commented 7 years ago

That was so fast. You are a hero.

globalcitizen commented 7 years ago

OK, I fulfilled my promise and wrote my tool. See https://github.com/globalcitizen/svg2love ... I noticed a few things and will open another issue.