Manuel
Manuel

Reputation: 3419

Does anyone know of a simple yet flexible 2d scene graph in c++?

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?

Upvotes: 3

Views: 2782

Answers (3)

Robb
Robb

Reputation: 2686

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.

Upvotes: 1

waffleman
waffleman

Reputation: 4339

Here are a few ideas:

Upvotes: 2

sbi
sbi

Reputation: 224049

y60 by artcom might have 2D stuff, too.

Upvotes: 1

Related Questions