1
General discussions / Re: "Web SFML" using HTML5/Javascript/WebGL
« on: October 30, 2013, 04:51:39 pm »
Emscripten is a nice way of compiling C++ to Javascript. I started working on an Emscripten version of SFML a while ago -- the system and window modules were pretty straight forward, but IIRC the graphics module posed a few problems with some third party dependencies.
It's at least relatively easy to set up a window and do your own rendering with raw OpenGL.
It's at least relatively easy to set up a window and do your own rendering with raw OpenGL.