I'm planing to create tablet app. I would ask for some guidance.
I have pictures in SVG format like this one.
With SVG it is easy, You just change fill parameter to different color but as I understand, there is no easy/stable svg processing to use with libgdx. I still want to use svg files to create/store images for my app.
- What processing path would You recommend?
- Is there an easy way to convert svg paths/shapes for
com.badlogic.gdx.math.bezier
or polygon objects and then draw them on screen/get user input (tap) inside this shapes? - Or should I use different objects/path?
Shapes could be grouped together for example I want two windows in a house to change color at once.