This web player is for UDK and works very well without a browser plugin. I'm wondering how it's built.
How can I build my own?
My game engine is written in C++ language.
This web player is for UDK and works very well without a browser plugin. I'm wondering how it's built. How can I build my own? My game engine is written in C++ language. |
|||||||||||||
|
Emscripten can be used to port C++ applications to javascript. It was able to succesfully make the Unreal 3 engine run in a web browser. It works best in browsers which support asm.js, an optimization-friendly subset of the Javascript language which can reach performance comparable to native code. |
||||
|
pepper.js allows you to write C++ code and then deploy directly as:
From the project page:
Disclosure: I work on the Chrome team. |
|||
|