I would rather learn using SDL with C, rather than C++.

Any links/books?

link|improve this question
feedback

3 Answers

up vote 3 down vote accepted

The book "Programming Linux Games", by John Hall and Loki Software, has a chapter on SDL that is close to a hundred pages.

It's a great introduction to SDL for any platform, not just Linux. Programming language is straight C.

link|improve this answer
Thank you. I'll search for a copy. – dave Nov 21 '10 at 17:45
feedback

A bunch of tutorials are available on the officiel website:

http://wiki.libsdl.org/moin.cgi/Tutorials

And this is interesting for a beginner:

http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/index

Also:

http://gpwiki.org/index.php/C:SDL_tutorials

link|improve this answer
Sweet! Thanks! Specially that last one, since it's geared towards C. – dave Nov 14 '10 at 20:28
feedback

http://wiki.libsdl.org/moin.cgi/Tutorials

link|improve this answer
Thanks, I had seen those but they're mainly oriented towards C++. ): – dave Nov 14 '10 at 20:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.