To view parent comment, click here.
To read all comments associated with this story, please click here.
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
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.







Member since:
2005-07-06
There is more to games than just 3D graphics. They would have to be using cross platform libraries for everything if they want to "just release a linux binary". Now I'm no games programmer so I don't know what cross platform libraries exist or how good they are, but the simple fact is that DirectX provides a lot more than just 3D graphics. You'll have to provide a full games developing stack if you hope to lure people over.