View Single Post
Old 11-15-2008, 10:29 PM   #10 (permalink)
Eriond
Crumbly, but Good
 
Eriond's Avatar
 
Join Date: May 2006
Location: Montreal
Posts: 1,645
Reputation: 67
Send a message via MSN to Eriond
Default

Well, when people talk of using SDL and OpenGL together, they mean using SDL to create the window and load the images and stuff, while using OpenGL to do the drawing. SDL_BlitSurface, or whatever it is (I forget), doesn't work when you're using OpenGL, you have to use stuff like textures to print images to the screen.

The disadvantages of using OpenGL is that it's harder, but the advantages are that it's like 10,000x faster, and as a consequence you can do a lot more stuff with it. (Scale images in real-time, handle 3D, lighting, very nice blending operations, stuff like that).
__________________
Outsider
3D Space Action Shooter/RPG in Development
http://www.youtube.com/user/outsidergame
Eriond is offline