Thanks for the help.
Actually I'm continuing Isharas' project.
Search found 5 matches
- Tue Oct 18, 2016 05:30
- Forum: Help
- Topic: [Solved] Building CEGUI 0.8.7 with OpenGLES
- Replies: 15
- Views: 12257
- Mon Oct 17, 2016 07:01
- Forum: Help
- Topic: [Solved] Building CEGUI 0.8.7 with OpenGLES
- Replies: 15
- Views: 12257
Re: [Solved] Building CEGUI 0.8.7 with OpenGLES
I solved my issue. I'm using SDL2 in my application. I changed my code from SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE); to SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES); and removed following code glClearColor(0.0, 0.0, 0.0, 1.0); glMa...
- Thu Oct 13, 2016 13:27
- Forum: Help
- Topic: [Solved] Building CEGUI 0.8.7 with OpenGLES
- Replies: 15
- Views: 12257
Re: [Solved] Building CEGUI 0.8.7 with OpenGLES
I'm using you'r fork of epoxy ( https://github.com/yaronct/libepoxy ) to build cegui 0.8.7. I'm using OpenGL3Renderer with my application. ::CEGUI::OpenGL3Renderer::bootstrapSystem() when i'm running my application, I'm getting a CEGUI::RendererException the error message i'm getting is, CEGUI::Rend...
- Thu Aug 18, 2016 09:32
- Forum: Help
- Topic: CEGUI plugin for gstreamer
- Replies: 3
- Views: 3850
Re: CEGUI plugin for gstreamer
Add video stream getting from Gstreamer, to CEGUI based video box. I'm doing my project in c++.
- Thu Aug 18, 2016 09:07
- Forum: Help
- Topic: CEGUI plugin for gstreamer
- Replies: 3
- Views: 3850
CEGUI plugin for gstreamer
is there any CEGUI plugins for gstreamer.