Getting started with Emscripten

added by Paul Wheeler
10/8/2015 2:50:57 PM

372 Views

Writing code for multiple platforms can be a lot of work. It can be even more work to have to completely rewrite it for each one, too. What if you wrote an application in C++, but wanted it to be displayed in the browser somehow? Well now, with a tool called Emscripten, that’s possible.


0 comments