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

avoid ../../ paths #46

Open milahu opened 3 years ago

milahu commented 3 years ago

my eyes are hurting from all the ../../

cant we just copy the makefiles to / and run autoreconf there? so we have pretty paths like src/mkContext.cpp

micahpearlman commented 2 years ago

Happy to take a PR :-)