How I ported Doom to the browser with WebAssembly
WASM is a powerful platform-agnostic technology. Do you know that you can take advantage of it to port games to the browser as long as the source code can be compiled to WASM? In that regard, I ported DOOM to the Browser thanks to .Net support of WASM.
I this talk, I will share with you how I managed to develop the port from a pure C# + SAML codebase to a mix of C# + JS. I'll show the process that I followed so that you can reproduce it for any similar game. I'll also share the issues that I encountered along the way and how I solved them.
The concepts that I'll present can be applied to any language that targets WASM. So, come and live this porting adventure with me👍.