micahpearlman / MonkVG

MonkVG is an OpenVG 1.1 like vector graphics API implementation optimized for game use currently using an OpenGL ES backend that should be compatible with any HW that supports OpenGL ES 2.0 which includes most iOS and Android devices.
Other
376 stars 66 forks source link

how to install MonkVG #12

Closed lragon closed 11 years ago

lragon commented 11 years ago

how to install MonkVG,so I can write this in my pragram

include <vg/openvg.h> or #include <MonkVG/openvg.h>

i just drag these .h and .cpp files to project,and called error <vg/openvg.h> file not found. very thanks,hope reply

micahpearlman commented 11 years ago

I believe you need some deeper understanding of your programming environment that I can't help you with.