I've been learning SDL through a YouTube video series (CodingMadeEasy). I have a problem with the window and drawing things to it: When I make the window it shows up white and the console displays the error "Window creation failed!" but with no error, just blank. Then when I draw the bitmap to it nothing happens.
Sdl is for 2d games. If you want 3d you will probably just use opengl with sdl portable helper functions. Also you might want to check out that series: https://www.youtube.com/watch?v=FxCC9Ces1Yg.