More newb SDL questions :(


richiz

Member
Joined
Jan 4, 2011
Messages
338
http://lazyfoo.net/SDL_tutorials/lesson03/index.php


Following that tutorial. Obviously it'd be cool to have more picture extensions but will SDL on the Pandora run these?


Sorry I'm probably going to be asking a lot of stupid questions about c++ and sdl


Edit*


Please ignore this it looks like it'll compile them when you run it. Should've checked!



Code:
When you compile your program simply add

-lSDL_image
 
Last edited by a moderator:
Yeah the main SDL library basically just is for the basics and to tie everything together.


You might also want to have a look at (later on):


SDL_gfx - for primitives, rotozoom and lot's of other stuff


SDL_ttf - for loading fonts


SDL_mixer - for loading and playing sounds


Some of those might actually be mentioned in the lazyfoo tutorials later on, though.


foxblock out
 
Back
Top