C++

Animating Character Sprites with SDL3_image in the Multiversal Consciousness Engine

Learn how to implement a complete sprite animation pipeline in C++23 using SDL3 and SDL3_image. This tutorial covers loading horizontal sprite sheets, building a physics-driven animation state machine, and rendering animated characters with proper facing and scaling.

Intermediate
26 minutes
Jun 1, 2026

10 Milliseconds or Failure: Architecting a Real-Time Sensor Pipeline Across Two Threads Without Locking Up the UI

A deep dive into the engineering of a real-time IMU processing pipeline that runs on a worker thread while communicating with a Qt Quick UI on the main thread. Learn how to use `std::atomic` for lock-free shutdown signaling, Qt's queued signals for cross-thread communication, and self-correcting timing loops to maintain a 100 Hz sample rate without ever blocking the UI thread.

Advanced
31 minutes
Apr 20, 2026
    Ask me anything!