I'm searching a simple 2d scene graph written in c++, possibly on top of OpenGL but that's not mandatory: the perfect thing would be the Cocos2d/Cocos2d-iphone scenegraph in c++. Do you know of any existing implementations?

link|improve this question

80% accept rate
feedback

3 Answers

up vote 1 down vote accepted

Here are a few ideas:

link|improve this answer
Papyrus seems interesting, i didn't know about it, but it seems quite pretty. – Manuel Apr 20 '10 at 17:43
feedback

y60 by artcom might have 2D stuff, too.

link|improve this answer
feedback

OpenSceneGraph handles both 3D and 2D Scenes and sits on top of OpenGL. We use it here at work and have gotten a lot out of it. Quite powerful and multi-platform as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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