Recent Posts

Pixel Picking large floats

7 minute read

In this post I describe the process of finding a strange inconsistency when trying to map large integer float values to a fragment shader in GLSL.

C#9 Records Appreciation Post

3 minute read

records are a new construct in C# 9. The idea comes from known working features from other languages. The promise of immutability and limiting “Spooky side e...