How to WebXR in July 2018
~ 5 Minute Read.
With WebVR Pong I ventured into an unfinished web API and since I had never gotten in touch with javascript much, I had to learn a couple of things that may be natural to the web …
~ 5 Minute Read.
With WebVR Pong I ventured into an unfinished web API and since I had never gotten in touch with javascript much, I had to learn a couple of things that may be natural to the web …
~ 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 …
~ 3 Minute Read.
In the last blog post (“WebXR in C++”) there was
a minor inconvenience left in the cmake example.
If you change the library_webxr.js
, it will not relink and therefore your output
.js
accompany …
~ 3.5 Minute Read.
Web XR in C++… what?
I recently had the joy of linking javascript to C++ code for a tiny game we’re building at Vhite Rabbit.
Compilers like Emscripten or cheerp – which I didn’t get a chance …