Skip to content

Liklainy/Starling-Framework

This branch is 272 commits behind Gamua/Starling-Framework:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 3, 2017
Aug 7, 2017
Aug 3, 2017
Jan 30, 2017
Feb 29, 2016
Jun 22, 2017
Jun 27, 2017
Feb 26, 2016
Dec 22, 2016

Repository files navigation

Starling Framework Build Status

The Cross Platform Game Engine

The Starling Framework allows you to create hardware accelerated apps in ActionScript 3. The main target is the creation of 2D games, but Starling may be used for any graphical application. Thanks to Adobe AIR, Starling-based applications can be deployed to mobile devices (iOS, Android), the desktop (Windows, OS X), and to the browser (via the Flash plugin).

While Starling mimics the classic display tree architecture of Adobe AIR/Flash, it provides a much better performance: all objects are rendered directly by the GPU (using the Stage3D API). The complete architecture was designed for working well with the GPU; common game development tasks were built right into its core. Starling hides Stage3D internals from developers, but makes it easy to access them for those who need full performance and flexibility.

Starling aims to be as lightweight and easy to use as possible. As an Open Source project, much care was taken to make the source code easy to read, understand and extend. With under 15k lines of code, experienced developers can easily grasp it in its entirety, or modify it to their needs.

Quick Links

News and Updates

Minimum Requirements

  • Adobe AIR or Flash Player 19.0

About

The Cross Platform Game Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ActionScript 99.2%
  • Other 0.8%