This document discusses using the Starling framework to accelerate 2D games with GPU rendering. Starling allows developers to create graphics using a familiar Display List approach but renders everything using OpenGL for high performance. It introduces new features like bitmap fonts, sprite sheets, and particle effects. Popular games like Angry Birds have been ported to Starling to achieve smooth 60 frames per second rendering across platforms.