graphics libraries

Jan 15, 2011 at 5:51pm
closed account (jw6XoG1T)
what graphic libraries do u guys think would be good for starting game programming?

also....any good books u would suggest?
Jan 15, 2011 at 6:29pm
SFML looks good to me so far. you can get something up on the screen fast from the examples ive seen.

http://www.sfml-dev.org/features.php
Jan 15, 2011 at 7:53pm
closed account (jw6XoG1T)
i tried it but it didnt work. i set it up perfectly but when i ran the program the image didnt show up. it was just a black screen
Jan 15, 2011 at 7:56pm
hmm. i havent played with it myself. just looked at some quick code samples. are you sure the image is on the correct path. it just sounds like it didnt find the image or the image was invalid.
Jan 15, 2011 at 8:02pm
Your options for 2d are SDL, SFML and Allegro.

paki programmer wrote:
i tried it but it didnt work. i set it up perfectly but when i ran the program the image didnt show up. it was just a black screen


Don't give up so easily.
Jan 15, 2011 at 8:12pm
closed account (jw6XoG1T)
well i put the pic file in different places to try and make it work but it still couldnt find it.

i think ill just lean towards SDL.....and then on to openGL
Topic archived. No new replies allowed.