Projects






Recent Posts
Train and Weather Tracker with Raspberry Pi and E-Ink
Building a Real-Time Train and Weather Tracker using an E-Ink display and Raspberry Pi Zero
FreeFlight - An Interactive 3D Model of Austria
An interactive 3D model of Austria integrating a dynamically loaded digital elevation model and aerial imagery.
Motion Activated Bird Camera
Building a bird feeder with a Raspberry Pi powered motion activated bird camera.
Fun with Path Tracing
In this project I wrote a monte-carlo path tracer in C++ with some nice features, including mesh rendering, direct light sampling and various different materials.
Set Values With Imgui::Slider Over Getter and Setter Functions
A small tutorial on how to add some helper functions to ImGui that allow setting private values with ImGui::Slider accessible via getter and setter functions.