Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Focus On SDL Review by evil genius

Good intro. to SDL if you already have C++ knowledge and a copy of VC++

It's a pretty good introduction to SDL I think. A bit misleading though being part of the 'Game Development Series' but it doesn't teach how to make a game at all. By the end of the book you'll be able to put a bmp on the screen and play a sound file.

Also, the back cover says "This book teaches you how to write code and then distribute it to various platforms." Which is kind of a lie!

It never explained how to distribute or even set up Mac OS X or Linux or anything besides setting it up in VC++. I mainly got this book because I want to create a game for Linux and Mac OS X and MS Windows. I had to search online and do a lot of trial and error to eventually get all the samples to compile on Linux and OS X. It never even mentions how to set up SDL on anything other than VC++.

I think this might've been frustrating if you didn't know how to use VC++ and C++ pretty well and wanted to do truly cross-platform SDL code.
After this book I read a couple online tutorials on SDL and am also now reading Programming Linux Games (which has to do with SDL too) and the official SDL documentation and after all that I think I'll have a decent grasp on SDL.

For somebody with pretty good C++ knowledge and at least some VC++ IDE knowledge though it isn't a bad intro to SDL especially for its size. It's a very small book I read it in two days and then spent a day making sense of it all in Linux and Mac OS X besides just VC++ but I don't regret reading it.