CEGUI in your web browser (as javascript !)
Posted: Thu Jul 09, 2015 12:04
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 / Safari / Opera which supports WebGL.
I have posted online a build of the samples framework from v0-8 branch here: http://cbeck88.github.io/cegui-emscripten/
You can also browse the whole project on github.
Enjoy!
Also if you encounter problems please post here about them! Thank you.
~iceiceice~
Edit:
Also, note that this project entailed porting the CEGUI OpenGL3 renderer so that it works with OpenGLES2. So you might be interested in this project also if you want to use CEGUI in projects targetting phones and tablets.
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 / Safari / Opera which supports WebGL.
I have posted online a build of the samples framework from v0-8 branch here: http://cbeck88.github.io/cegui-emscripten/
You can also browse the whole project on github.
Enjoy!
Also if you encounter problems please post here about them! Thank you.
~iceiceice~
Edit:
Also, note that this project entailed porting the CEGUI OpenGL3 renderer so that it works with OpenGLES2. So you might be interested in this project also if you want to use CEGUI in projects targetting phones and tablets.