vote up 1 vote down star

I have my own game engine using C++ and OpenGL, but I have models with individual pieces that can be moved, and Im not sure how to animate them without hardcoding it. Are there any libraries that would provide a solution via scripts or IK or some other animation technique without resorting to a game engine such as Ogre?

flag

72% accept rate
OGRE isn't a game engine, it's purely a graphics rendering engine. – Kezzer Jan 21 '09 at 11:07
aha, I can provide my own rendering engine, but whats rendered is somewhat static right now – Tom J Nowell Jan 23 '09 at 16:50

2 Answers

vote up 1 vote down check

Cal3d could be an option. Skinned character animation without needing to import a whole engine.

link|flag
vote up 0 vote down

If you want physics, there are many open source physics engines, such as ODE and box2D.

If you want game-like behaviors, an embedding scripting language like lua is common for game engines.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.