Noxoin / Accelerando

This is the code used for Group 2016.003 Accelerando, the fourth year design project for ECE Class of 2016.
0 stars 0 forks source link

Tutorial for SDL rendering #3

Open Noxoin opened 9 years ago

Noxoin commented 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.

special010111 commented 9 years ago

SDL Keycode: https://wiki.libsdl.org/SDL_Keycode

Corresponds to tutorial 4 and tutorial 18.