Learning the SDL
This week I began my learning of SDL. My last real C programming experience was back when I first learned it while programming mods for Quake2. I’ve forgotten quite a bit since then
I’ve also have been spoiled by how user-friendly C# is in comparison. I spent a whole day trying to get it so I can rotate and scale an image, getting things to compile can be confusing for a newb like me.
So right now, I’m just figuring out how to best port my code over to C++. This feels alot like starting all over again!