SQLite3 in Unreal Engine 4
~ 3.5 Minute Read.
I recently came across a use case for having a small local database to store some statistics in an Unreal Engine 4 project. I found CISQLite3, a plugin by conflict.industries, who …
~ 3.5 Minute Read.
I recently came across a use case for having a small local database to store some statistics in an Unreal Engine 4 project. I found CISQLite3, a plugin by conflict.industries, who …
~ 4 Minute Read.
During my bachelor’s thesis about view culling using cone view volumes, I had to figure out whether an axis-aligned bounding box overlaps a cone.
And when I say figure out, I mean that I didn …
~ 6 Minute Read.
I once had this idea that plagued me for quite a while until I implemented it in my bachelor’s thesis: isn’t the human view volume more cone-shaped than frustum-shaped? Also: lenses of vir …
~ 2 Minute Read.
When I talk about my many past projects I often entirely forget to mention the ones I did at the University of Konstanz. But in the six years I’ve been there up to now, there were some …
~ 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 …