Windows Code Signing with eSigner
3 minute read.
Saving you some time if you have to deal with it.
3 minute read.
Saving you some time if you have to deal with it.
2 minute read.
Result of hours of struggles with rpath.
1 minute read.
Having problems getting the output of fixup_bundle packaged with cpack? So did I. Here’s the solution.
2 minute read.
A more recent vim feature is :term, the ability to have a terminal
inside vim. This super useful feature now allows you to switch between
your code and asynchroneously run compile commands very easily.
Since I use Visual C++ on Windows, I need to run vcvarsall.bat in
my console …
2 minute read.
Moving from POCO 1.9.0 to 1.9.1, Poco Data to SQL namespace.
~ 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 there, I hereby share the way to compile Magnum with Emscripten …
~ 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 uses the Poco library (because I had already used it with pyromania), hence I will go …
~ 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 accompanying the WASM would not get regenerated.
I thought — “Hey, let’s fix that …