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?
+1
A:
Here are a few ideas:
- SGL - It is designed for 3D scene graphs, but also might support 2D. The website looks pretty informative.
- Papyrus C++ Cairo Scenegraph Library
waffleman
2010-04-20 14:53:41
Papyrus seems interesting, i didn't know about it, but it seems quite pretty.
Manuel
2010-04-20 17:43:07
A:
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.
Robb
2010-04-20 16:41:33