Hey guys! I've found this article where Mozilla runs UE4 in web browser: https://blog.mozilla.org/blog/2014/03/12/mozilla-and-epic-preview-unreal-engine-4-running-in-firefox/ I've been looking into how to do this, and I've figured that you need Emscripten in order to make it work. However, I'm an environment artist with no…
Very cool, but it looks mostly like a proof of concept at this point. You'll want an intermediate/advanced knowledge of javascript in order to make something like this work. Asm.js is a "javascript library", basically a set of custom functions and tools that do most of the legwork for getting the UDK level in browser.…