Introduction to Emscripten Sockets
~ 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 …
~ 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 …
~ 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 …
~ 2 Minute Read.
I spent the last three days recovering old projects.
There is this one 2TB external hard drive I had for ages, broken for six years – yet I never threw it away or tried to format it to maybe be …
< 2 Minute Read.
I just created a new repository for Epic Ray on GitHub!
Code ist best kept in some open source git repository, for other people to be able to look at …
So, this took me while to figure out, so I want to share it. blendfile.py is a one-file module in blender/2.7x/addons/io_blend_utils/blend/ for reading and writing blend files. This can be especially useful if …