StarlingPunk
StarlingPunk is a framework built on top the Starling library
StarlingPunk is a game framework built on top of the Starling GPU-accelerated 2D library (AS3 / Flash / AIR). It is inspired by FlashPunk: it gives structure (entities, worlds), collision detection systems, tile maps, etc., and is intended to help developers organize 2D game code more cleanly while benefiting from Starling’s performance. It has features for quick prototyping and reusing code between projects. Organizing game objects into Worlds, Entities, with type-based grouping etc. Manage...