FantasyMapGenerator icon indicating copy to clipboard operation
FantasyMapGenerator copied to clipboard

Added initial support for output to SVG image format

Open miilic opened this issue 7 years ago • 2 comments

Try it with commands like ./map_generation -v --with-svg or ./map_generation -v --with-svg --svg-colors It should produce both output.png and output.svg files, which you can then examine using your SVG editor of choice.

miilic avatar Mar 10 '17 10:03 miilic

Hi miilic,

This looks like a great feature, thank you! I'll test it out and merge it with the master branch when I have some free time.

Best Regards, Ryan

rlguy avatar Mar 13 '17 18:03 rlguy

As I just did a rudimentary version of the same thing as @miilic, I +1 this feature. I can confirm that built and ran it myself and it does work. I've not done more than a cursory look at the code though.

cprevoe avatar Dec 01 '19 19:12 cprevoe