Ryan's Tools For Linux Game Porting, Development

Written by Michael Larabel in Linux Gaming on 3 April 2012 at 10:48 AM EDT. 26 Comments
LINUX GAMING
Last week at the Chicago Flourish conference, well known Linux game porter/developer Ryan "Icculus" Gordon shared some of his recommended open-source tools and libraries for Linux game development.

The tools and libraries he recommended for game development are all open-source and available for Linux -- most of them are cross-platform as well. Below is the list of Ryan's recommendations along with a few notes from his talk that I attended.

Library Recommendations:
SDL - Enough said... SDL 2.0 is finally on the horizon with many improvements over SDL 1.2. SDL 2.0 details will be saved for another Phoronix article.
OpenAL - The OpenGL of audio.
SQLite
PhysicsFS - One of Ryan's many open-source projects, a library for virtual file abstraction/access. He also explained the name of PhysicsFS (as it has nothing to do with physics), but it came when he was writing a game engine but he pulled it out as it was the only usable thing from the unreleased engine.
Box2D
Open Dynamics Engine
Ogg Vorbis - No licensing burden like MP3. Ryan hates software patents (obviously).
Speex
Ogg Theora / TheoraPlay
Lua - "JavaScript with all the shitty parts taken out... And much faster."
stb_*
Miniz
Eneat
MojoShader - Another Icculus project.


Tool Recommendations:
Google Breakpad
Valgrind - "Improve your life tonight!"
GDB7
Clang - "State of the art in compilers... Static analyzer... Compiles two or three times as fast." Ryan really enjoys Clang for its static analysis abilities and other features not supported by GCC. Even though the binaries they end up shipping are still built with GCC, he and other game developers have begun taking advantage of LLVM/Clang internally.
Blender - "I dont know anything about Blender." Ryan doesn't have experience with Blender but just had to recommended it as an open-source alternative to Maya.
Git - "It's like coming to Jesus... It's so much better."
Mercurial

Game Engine Recommendations:
Ioquake3 / iodoom3
Ogre
Crystal Space
Cube/Sauerbraten
HGE

That's the list of his recommendations from the hour-long talk. His 2012 Flourish slides are available from Icculus.org (PDF). There was a video recording of his talk by the Flourish staff, but it's not yet been uploaded to YouTube.

When talking to Ryan after his Flourish talk was when he commented on the remarkable improvements of open-source GPU drivers. That's also when he said he's talked with Valve but not at all interested in taking up a job with him to work on their Linux client ports as he doesn't want to relocate to Washington.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week