Starling Framework is a cross-platform 2D game engine that enables hardware-accelerated graphics in ActionScript 3.
Starling solves the performance limitations of traditional Flash/AIR development by routing all rendering through the GPU via the Stage3D API rather than relying on CPU-based drawing. It maintains a familiar display tree architecture similar to Adobe Flash and AIR, so developers accustomed to that model can transition easily, but achieves dramatically better performance by leveraging GPU acceleration. The framework abstracts away Stage3D complexity while still allowing direct access for developers who need fine-grained control.
Starling suits developers building 2D games or graphics-intensive applications in ActionScript 3 who want to deploy across mobile platforms (iOS, Android) and desktop (Windows, macOS) through Adobe AIR. The framework prioritizes simplicity and readability; at under 20,000 lines of code, it remains small enough for experienced developers to understand completely or modify for their specific needs. This makes it particularly valuable for teams that need to customize the engine or those learning how GPU-accelerated rendering works.
The project maintains active documentation including an instruction manual, API reference, and support forum. Development activity shows consistent engagement with the codebase through regular updates and community contributions, with extensions available through the project wiki demonstrating ongoing ecosystem development.