To view parent comment, click here.
To read all comments associated with this story, please click here.
I know of SDL, but since I'm not a games programmer I have no idea how it compares to other frameworks in terms of ease of use, performance and features. Hopefully someone can comment on whether or not it's as good or better than the popular proprietary alternatives. There has to be a reason why it hasn't hit it big among commercial developers.
SDL is easier to use than DirectX. While doing 2d graphics it isn't as fast, but with release 1.3 that will be rerouted through OpenGL's rendering pipeline instead. In short, it fills in the holes left open between OpenGL and system APIs thus making OpenGL a viable competitor to DirectX.
The only limitation is that up-to-date OpenGL drivers from the graphics card manufacturers are necessary to get Windows to go higher than version 1.4 on Vista or 1.1 on XP and older.






Member since:
2006-01-03
SDL is what you want you are suggesting: www.libsdl.org
Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."
Edited 2007-08-13 14:30