Form submitted successfully, thank you.

Error submitting form, please try again.

Tag Archives: indielib

IndieLib, 2d game engine using c++ for rapid game development

IndieLib is a c++ 2.5d engine for game development and fast game prototyping in a really easy way. Internally it uses Direct3d for hardware acceleration, but doesn’t use DirectDraw or ID3DXSprite, it directly draws textures on polygons. The engine is focused in fast 2d rendering, but also allows you to use 3d models. The main...

View full post »