Math Vector for 2D Game Development

Review of vector mathematics for 2D game development, with code examples in C.

How to install and use SDL_crossshader

Learn how to install and use SDL_crossshader to compile shaders for your game.

Memory Corruption Detection in C Structures

Tips and tricks to handle memory corruption in C structures, using canary values.