Search found 33 matches

by iceiceice
Sat Jul 11, 2015 11:34
Forum: User Projects
Topic: CEGUI in your web browser (as javascript !)
Replies: 15
Views: 67449

Re: CEGUI in your web browser (as javascript !)

ok, looking in v0-8 now, it looks like the current OpenGLES renderer also didn't implement the "blitToMemory" stuff:

Code: Select all

void OpenGLESTexture::grabTexture()
{
    CEGUI_THROW(RendererException("unimplemented!"));
}
by iceiceice
Fri Jul 10, 2015 20:06
Forum: User Projects
Topic: CEGUI in your web browser (as javascript !)
Replies: 15
Views: 67449

Re: CEGUI in your web browser (as javascript !)

Yeah it should be possible. I have not looked at the default branch, I don't know how much changed. But it was really pretty minor. The main changes I had to make (iirc) were - Vertex array objects are an extension in opengles2. I assume that it is present, since I guess it usually is, but probably ...
by iceiceice
Thu Jul 09, 2015 12:04
Forum: User Projects
Topic: CEGUI in your web browser (as javascript !)
Replies: 15
Views: 67449

CEGUI in your web browser (as javascript !)

Dear Forum, I recently succeeded in porting CEGUI to asm.js via emscripten. This means that it can be used in games and applications that run in your browser without requiring any installations of plugins or external dependencies, as long as you use a recent version of i.e. Chrome / IE / Firefox / S...

Go to advanced search