Speaker

Yassine Benabbas

Yassine Benabbas

DevRel engineer @ Worldline, teacher and LAUG member

Dr. Yassine Benabbas is a DevRel engineer @ Worldline and a teacher. He is a fullstack developer with 20 years of experience, including 10 years of mobile dev (native and cross platform). He is a maintainer of the official technical Blog and YouTube channel of Worldline and he is a member of the Lille Android User Group.

All his lectures materials are Open Sourced on GitHub and his blog posts are published on Medium, dev.to and blog.worldline.tech.

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👍.