SDL


What do you know about the Simple Direct Media Library(SDL)? I was wanting to try my hand at some C coding that implementing a GUI. To my surprise there is an amazing library that allowed me to do such a thing. SDL is very portable too, it works with all the major Operating System (Windows, Mac, and Linux).

I thought that it was so cool, this was my first time working with graphics and I think it was a lovely introduction. In just an afternoon I had a multiplayer game on Pong going. I learned what a renderer is along with having to create a scene first. I have also attended SIG Graph in 2022 and this made me appreciate graphics so much more.