Search found 3 matches
- Fri Jul 15, 2016 05:27
- Forum: Help
- Topic: [Solved] Building CEGUI 0.8.7 with OpenGLES
- Replies: 15
- Views: 12309
Re: Building CEGUI 0.8.7 with OpenGLES
I managed to solve the issue with your instructions.... I used CEGUI::OpenGLRenderer::bootstrapSystem(); and #include <GL/gl.h> #include <GL/glu.h> worked for me instead of epoxy . CEGUI::OpenGL3Renderer::bootstrapSystem(); didn't worked for me because GLSL version 1.5 is not supported. Thanks for t...
- Wed Jul 13, 2016 01:45
- Forum: Help
- Topic: [Solved] Building CEGUI 0.8.7 with OpenGLES
- Replies: 15
- Views: 12309
Re: Building CEGUI 0.8.7 with OpenGLES
My intention is to run some UI components on SDL2 with CEGUI on BeagleBone Black board which is running Debian -- “jessie”. I built CEGUI on BeagleBone Black (not cross-compiling) with relevant dependencies (via installing apt-get install libepoxy-dev ect... not manually building from source) . Then...
- Tue Jul 12, 2016 16:13
- Forum: Help
- Topic: [Solved] Building CEGUI 0.8.7 with OpenGLES
- Replies: 15
- Views: 12309
[Solved] Building CEGUI 0.8.7 with OpenGLES
Does anyone knows how to build CEGUI 0.8.7 with OpenGLES for ARM devices on linux(Debian -- “jessie”) . During the configuration process it shows following message. -- Could NOT find OPENGLES (missing: OPENGLES_LIB OPENGLES_H_PATH) And how can I find below two includes because installing "libgl...