Yukiko wrote:
Since the client is Open Source what is to prevent someone else picking up where they left off, assuming they are not currently developing it?
Nothing actually
I just brought up the donation issue, 'cause having DarkStorm working on it again would be faster than someone else picking up the development.
On a side note, it seems that
Iris is gonna include a 2D mode too.
So, aparently there's two options.
Wolfpack Client: Written in C++/Qt, scripting in Python/XML.
Iris2 Client: Written in C++ and uses Ogre3D as the gfx engine, scripting in Lua/XML.
Iris2 is currently active, which is a plus over Wolfpack client.
Not sure which one should be the one to support, really. Both seem to have their own advantages.
ie: wp client, has a smaller code base, but uses Qt library. Iris2 on the other hand has a bigger code base, 'cause it supports both 2d and 3d, but uses Ogre3D, which you'll have to understand prior to contributing to its core.
Now, regarding the scripting part, I suppose it's a matter of taste. Python fits me like a glove, but if Iris2 was the one chose to continue development, I don't think Lua would be a show-stopper for any scripter with moderate knowledge.