Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

Compile OF for armv7 with OpenGL instead of GLES

$
0
0

mostly changing in ofconstatns.h this lines from linx 79 in 0.9:

#elif defined(__ARMEL__)
    #define TARGET_LINUX
    #define TARGET_OPENGLES
    #define TARGET_LINUX_ARM

to:

#elif defined(__ARMEL__)
    #define TARGET_LINUX
    #define TARGET_LINUX_ARM

but nobody has tested it so there might be some place in the core where it assumes that TARGET_LINUX_ARM==OPENGL also probably ofAppEGLWindow needs some change to set the version of opengl since right now is hardcoded to use openGL ES or you might be able to use ofAppGLFWWindow if you compile the branch we use for GLFW on the PI


Viewing all articles
Browse latest Browse all 40524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>