From Pixels to Performance: GUI Clock in C !
Excited to share a side project I completed recently: a classic desktop clock GUI implemented...
Tag archive
Excited to share a side project I completed recently: a classic desktop clock GUI implemented...
A quick and cool code! SDL2 is a library designed to provide low level access to audio, graphics...

Setting up SDL libraries on macOS can be challenging, this tutorial covers how to set it up, compile a program and open a window to as a test.

How to install SDL2 on macOS sonoma with visual studio code is here. No Xcode installation is...
Last part, we successfully created a window in SDL2 using OpenGL. Now that we understand how that...

We have trouble. The drones are fighting back!

In Part 7 we look at collision detection and destroying enemy drones.

A concise tutorial on how to render static text using SDL2

A concise tutorial on how to render input text using SDL2

In Part 6 we finally get around to spawning some enemies.

Let's give our spaceship player the ability to fire multiple lasers.

Program a Space Shooter game from scratch using SDL2 and the Odin programming language.