JoeyDeVries / LearnOpenGL

Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
https://learnopengl.com
Other
10.81k stars 2.77k forks source link

How to run on android. #131

Open zhangkom opened 5 years ago

zhangkom commented 5 years ago

I port this to android native C++, but there are more error, such as gl/include/GL/glew.h:1205:26: fatal error: GL/glu.h: No such file or directory

I have change #include <GLES/glu.h> no effects.

woowo0 commented 5 years ago

Hi, on android I used a library from sdl2 instead of glew I connected SDL_opengles2.h. Example https://github.com/woowo0/SDL2_opengles