braingdx icon indicating copy to clipboard operation
braingdx copied to clipboard

SVG support for libGDX

Open bitbrain opened this issue 7 years ago • 0 comments

Add basic svg support to render SVG files to textures.

This particular feature consists of the following parts:

  • [ ] providing an API
  • [ ] loading of SVG data (XML parsing)
  • [ ] processing of SVG commands
  • [ ] rendering to a texture

bitbrain avatar Aug 27 '16 23:08 bitbrain