Tag: Algorithm
-
Easier Game Controller Input in SDL with SDL_GameController
SDL_GameController is a better way to manage game controllers, compared to raw SDL_Joystick code, however it’s not well documented. Here is how I use it.
-
Text printing using bitmap characters in C++ and SDL
How to print text from a sprite map, using old school programming techniques.