Justin Horner

February 25, 2026

Review of Godot 4 for Beginners by Robert Henning

Introduction I'm back with my first book review of 2026, and this time it's for Godot 4 for Beginners by Robert Henning and published by Packt. First, a bit about my review process: I read through books completely, coding along line by line and documenting my thoughts on each section. No summaries, no shortcuts; just focused time dedic...
Read more
December 17, 2025

Migrating to SDL3

Today I'm documenting my migration from SDL2 to SDL3, starting on Windows and then macOS and Linux. Installation Windows Since I keep the SDL include and lib files local to the msvs project for Windows, I downloaded SDL3-devel-3.2.8-VC.zip file from GitHub. I added the files to msvs\lib\sdl\include\SDL3\include and msvs\lib\sdl\lib\x86...
Read more