A general purpose C++ function to go from a coordinate system to another one.
Cubes again! [Godot]
Trying out Godot visual shaders.
Lots of cubes! [Unreal]
Moving a lot of cubes in Unreal!
Random Drawers digression [p5.js]
Doodling with random walkers in processing.
Fun with polygons [p5.js]
Fun time with p5.js and polygons!
Static class members for Blueprints [Unreal]
How to access static class members from Blueprints in a way similar to what you would do in C++. Bonus: notes on Class Default Objects (CDOs).
Objects Outlines without Post-Processing [Unreal]
Outline objects in Unreal without using Post-Processing.
Timelines for Actor Components? [Unreal]
C++ tool emulating Timelines which can also be used by Actor Components.
Quaternion from Vector v1 to Vector v2
A short reminder to compute a useful Quaternion! Picture shows its application for a VR grasping solution.
Stereoscopic 3D inside Stereoscopic 3D [Unreal]
Showing stereoscopic content within a VR environment.