openvg:探索OpenVG的工具 源码
在Raspberry Pi上探索OpenVG的测试平台。 第一个程序 这是等效于“你好,世界”的图形 // first OpenVG program // Anthony Starks (ajstarks@gmail.com) #include #include #include #include "VG/openvg.h" #include "VG/vgu.h" #include "fontinfo.h" #include "shapes.h" int main() { int width, height; char s[3
下载地址
用户评论