cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
graphics libraries
graphics libraries
Jan 15, 2011 at 5:51pm UTC
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 UTC
acorn
(276)
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 UTC
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 UTC
acorn
(276)
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 UTC
Return 0
(1282)
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 UTC
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.