Blog

73 Beiträge

Getting started with Docker

Virtualisation and Containerisation are an important part of today’s computing landscape. Containers offer several benefits compared to software running directly on an operating system: They are isolated environments, helping with issues like security and dependencies. Running […]

Visualizing point clouds in Godot

I’ve previously visualized lines, using clickable meshes as geometry. The advantage of this approach is that you get clickable objects and can access their attributes. The downside is speed, as each vertex and line segment is […]