You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
as Irrlicht itself is a great cross platform rendering engine, what additional libs could you recommend when I aim for Windows, OSX, Android and iOS in terms of:
Fmod for sound
Bullet for Physics
Raknet for Networking
TCMalloc for fast memory allocation
ProtocolBuffers for sending nice messages with integrity checks and serialization
LZMA, ZLIB and Z4 for compression
Thanks! Thought about OpenAL as well. Is this really open source? I've read mixed things about it that it's still OS for version 1.0 but not for the last 1.1.
FMod looks interesting. I already used it the years back with success. Even though it costs some money for commercial stuff.
devsh wrote:Fmod for sound
Bullet for Physics
Raknet for Networking
TCMalloc for fast memory allocation
ProtocolBuffers for sending nice messages with integrity checks and serialization
LZMA, ZLIB and Z4 for compression
I would use FlatBuffers instead of ProtocolBuffers.