WebConverter Experiment Post-Mortem
5 minute read.
Building a super lean test for a green entrepreneurial hypothesis.
5 minute read.
Building a super lean test for a green entrepreneurial hypothesis.
~ 4 Minute Read.
Since the last time I did an overview of my current projects is almost three months ago, I thought it’d be time for another one of these.
In September Florian Isikci and I …
~ 1 Minute Read.
I recently ported the “Wonderland Engine”, Vhite Rabbit’s inhouse game engine, to web using web assembly and WebGL with Emscripten.
During this process the point light shadows that we cre …
~ 5 Minute Read.
I think noone who reads my blog has an overview of what I’m working on, and even on twitter you wouldn’t get that. So here is one:
I recently founded this company with Flo …
~ 3 Minute Read.
At Vhite Rabbit I’ve been using Magnum to build Emscripten based web projects for quite a while. Since the Oculus Rift constrains me to Windows for development and sometimes things are hard to set up …
~ 1 Minute Read.
One of the most requested changes for WebVR Pong was transparent paddles. While I argued for a while that having to guess where the ball is adds to the game’s difficulty, I quickly …
~ 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 …
~ 5 Minute Read.
Since we’re working on our multiplayer WebXR game at Vhite Rabbit, I needed to somehow connect to some server to exchange some data via sockets from web assembly.
Our server …