Emscripten, porting c++ to HTML5

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
dudeabot
Gnome
Posts: 334
Joined: Thu Jun 28, 2007 2:12 pm
Location: Brazil
x 5

Emscripten, porting c++ to HTML5

Post by dudeabot »

Hello guys, i just finished porting one game using emscripten, which is a library that automates the porting from c++ to javascript process (and then to "HTML5")

well I have to say that my game is a very simple 2D game, nothing compared to Ogre codebase, but still.. it worked very well, and might work with ogre too.

go here for more info and demos:

https://github.com/kripken/emscripten
http://web3dblog.wordpress.com/2012/09/ ... e-browser/ port of cube 2

and an interesting issue on WIKI
https://github.com/kripken/emscripten/issues/485