Prototype2D teaser ...
Posted on 22 Jun 2009 under qt, opengl, box2d, prototype2d .
This is a little side project to get my attention away from Lera3D, but also a proof of concept for building an small 2d engine using QT + OpenGL, BOX2D for Physics and irrKLang for the Sound.
Features:
- Base Actor class with support for tile based animation and multiple layers with z ordering (done)
- Texture Manager (all textures reference counted) (done)
- World Manager ( manages all actors, offers factory methods for easy actor creation, etc ) (done)
- Sound System via irrKLang ( to be done )
- Box2D integrate physics with the Base Actor and World classes (work in progress)
- other misc. features (blending, etc) (partially done)
So far it's around 4 days of work, I really hope to finish it this weekend, then push it out into an repo over Gitorious or Github with a basic platformer demo game or something.
So here is a little teaser:




