two new isometric engines added

Posted by on Dec 20 2008, in Isometric Game, zegarkus

View full post of isometric game engines here:

  • As3isolib is an open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform. As3isolib includes utilities, primitives and views. As3isolib was developed with simplicity, speed and performance in mind so that developers can focus on actual implementations rather than having to learn a complex API. The as3isolib is loosly based on a scenegraph implementation.

 

  • Slick2D is a simple set of tools wrapped around the LWJGL OpenGL binding for Java. It’s aims are as follows: * Provide a simple 2D API * Make transition from Java2D to OpenGL easier * Enable distribution via WebStart without the complexity * Provide the tools required for most simple games out of the box * Extensible framework for flexibility * Mix and Match – you use what you want, nothing is enforced. * Help with rendering, sound, input, collision and anything else we can think of.