3

Does libGDX support rendering vector graphics? I need to draw some simple *.svg files, but can't find how to load them. Please advise

Dmitry Stril
  • 1,385
  • 4
  • 16
  • 34

1 Answers1

3

Nope it does not.

LibGDX provides you a way to draw simple shapes (implemented as ShapeRenderer) but it cannot parse .svg probably due to being multiplatform.

Still you can use some 3rd part library designed for specify platform like svg android


Also take a look at this:

Community
  • 1
  • 1
m.antkowicz
  • 13,268
  • 18
  • 37