Googling a third of those libs shows this article as the only related result :P
Phoronix: Ryan's Tools For Linux Game Porting, Development
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...
http://www.phoronix.com/vr.php?view=MTA4MjI
Googling a third of those libs shows this article as the only related result :P
If you don't know anything about a tool, you shouldn't recommend it.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.
Interesting that Darkplaces is not mentioned, when it is hosted on his website and is one of the most popular with Indie developers, alongside OGRE obviously.
Probably just an oversight on his part I am guessing.
I don't think so :PValgrind - "Improve your life tonight!"
Code:vex amd64->IR: unhandled instruction bytes: 0xC5 0xF9 0x57 0xC0 0x41 0x54 0x55 0x31 ==2786== valgrind: Unrecognised instruction at address 0x6f3edbc. ==2786== at 0x6F3EDBC: CzCUBICSPLINE::CzCUBICSPLINE() (in /usr/lib64/libmodplug.so.1.0.0) ==2786== by 0x6F2E314: ??? (in /usr/lib64/libmodplug.so.1.0.0) ==2786== by 0x400DDFD: call_init (dl-init.c:85) ==2786== by 0x400DEE5: _dl_init (dl-init.c:134) ==2786== by 0x4001609: ??? (in /lib64/ld-2.14.1.so) ... ==2786== Process terminating with default action of signal 4 (SIGILL)
Disappointingly, valgrind doesn't support AVX instructions. And being a Gentoo user this means that if you built your system with -march=native that you'll have AVX instructions and can't use valgrind.
Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=398447
Upstream bug: https://bugs.kde.org/show_bug.cgi?id=273475
Anyway, it *really* is fantastic software.
Well, except the last 3, I know all of them ... maybe the bubble got you? http://dontbubble.us/
Oops, total oversight on my part. I didn't intend to have a "complete engines" slide at all, so I threw it in there at the last moment for completeness with a note that this isn't close to a complete list. Mostly I wanted to talk about the lower level tools, so a "complete package" slide was always going to be an afterthought.
DarkPlaces is pretty sweet, and good professional games (like Steel Storm: Retribution, etc) are shipping on top of it. I probably should have listed that instead of, say, Crystal Space.
--ryan.