문제

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?

도움이 되었습니까?

해결책

Here are a few ideas:

다른 팁

y60 by artcom might have 2D stuff, too.

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top