Getting started with Emscripten

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. I…

The post Getting started with Emscripten appeared first on Dave Voyles | Tech Evangelist at Microsoft.