标签: android graphics
我无法弄清楚android 2D图形库。是 SGL , Skia 还是 OpenGL的子集
答案 0 :(得分:5)
Android有自己的Drawable and Canvas APIs,以及OpenGL ES。
答案 1 :(得分:3)
Google拥有此资源:http://developer.android.com/guide/topics/graphics/index.html
答案 2 :(得分:1)
对于2d渲染,android使用sgl,这只是skia或可伸缩图形库
sgl
skia