Open Noxoin opened 9 years ago
Should go through the necessary tutorial lessons that correspond to drawing on the screen. http://lazyfoo.net/SDL_tutorials/
version 2: http://lazyfoo.net/tutorials/SDL/index.php
Things that you probably need would be loading an image and placing it on the screen, drawing lines, learning how to make things move on screen.
SDL Keycode: https://wiki.libsdl.org/SDL_Keycode
Corresponds to tutorial 4 and tutorial 18.
Should go through the necessary tutorial lessons that correspond to drawing on the screen. http://lazyfoo.net/SDL_tutorials/
version 2: http://lazyfoo.net/tutorials/SDL/index.php
Things that you probably need would be loading an image and placing it on the screen, drawing lines, learning how to make things move on screen.