earthbound19 / _ebDev

Various tools, mostly custom-made for art development.
2 stars 2 forks source link

Try these SVG tools? #22

Closed earthbound19 closed 3 years ago

earthbound19 commented 5 years ago

Trial SVG manipulation via https://xmlgraphics.apache.org/batik/ utilities?

Noteworthy tools:

SVG parser https://xmlgraphics.apache.org/batik/using/parsers.html

convert ttf to svg https://xmlgraphics.apache.org/batik/tools/font-converter.html

2D graphics generation scripting https://xmlgraphics.apache.org/batik/using/svg-generator.html

Document Object Model API https://xmlgraphics.apache.org/batik/using/dom-api.html

Other possible tools: https://www.npmjs.com/package/svg-cli-util https://github.com/shakiba/svgexport

earthbound19 commented 4 years ago

Processing and some libraries that can accompany it can script SVG generation.

earthbound19 commented 3 years ago

moved to trello