Open GL and SDL

Pages: 12
HG
If you're going to use OpenGL, keep in mind that most PC games nowadays still support DirectX 9. This is the equivalent of OpenGL 2. Also, OpenGL driver support is generally lower than DirectX support (especially now that the XP issue is fading away). If you plan on releasing something soon, 2.1 may be the right version to target. The API is bigger, but as long as you shy away from the fixed function pipeline it won't be that much different from the new API.

Also you should be aware that SDL 2.0 is nearing release (for real). Unlike with OpenGL, you don't have to worry about somebody's machine not supporting new SDL, so you should grab the latest version and use that instead of the stable 1.2 release.
closed account (ETAkoG1T)
I'm pretty solid with SDL

Just wondering exactly mean by "pretty solid"? What was the last thing you learned?
Well, looks like new SDL will be hardware-accellerated and will be able to do 3D.
closed account (N36fSL3A)
Filiprei I can't remember, I was making a few games so then I forgot what I last learned. Lol.
Topic archived. No new replies allowed.
Pages: 12