Do you think anyone would be interested in a player plug-in that moves and animates all the models you get with DarkGDK with just a few commands?
I am working on this, if people think this could be useful I will put in a few extra hours to tidy it up and document it with examples etc.
Once you add the player class to your project you just do something like this.
Declarations:
Player player1("media//mika.x", 1); //(model location, id)
Loop:
player1.thirdPersonKeysMouse(0); //(camera id)
player1.update();
The only other requirement is you put a data file which I would provide in the same folder as your model.
Lots of people have probably written stuff like this but I'm not aware of anyone making it available.