|
|
|
|
|
by ygra
4115 days ago
|
|
I used it only as source for the differently-sized raster images. I sort-of inherited an Android and iOS app at that workplace and just went with what was there. But given that the app used OpenGL I'm not sure there even was a possibility of a vector format to use. |
|
you can probably google and find loads, but to get you started a little...
the main one I have experience of is 'cairo' which is quite a powerful library for all kinds of drawing things. there is an android build config (although its a bit old now) here: https://github.com/anoek/android-cairo - it is however not great for iOS or OS X...
i've not used, but heard good things about 'sugar' as well: http://sourceforge.net/projects/libsugar/