~ 1 Minute Read.
Two blog posts ago I mentioned a WebVR game we were making for the Virtuleap WebXR Competition at Vhite Rabbit.
“WebVR Pong” is a multiplayer game we wrote in C++ with the Magnum Graphics Middleware and compiled it to web assembly using Emscripten. Like the name suggests, it’s Pong—but for the immersive web!
It has been a while since I learnt this much with any project I worked on, the passion for this type of project allowed me to run through multiple walls especially those built by my inexperience with network programming and infrastructure.
My LinkedIn profile currently says:
I love coding and building things in XR; happy when working with C++ or CG, and when doing things “the right way”.
How true that is I had completely forgotten. This project matched all of those and that was a completely different quality of life.
Written in 15 minutes, edited in 5 minutes.