The Wayback Machine - https://web.archive.org/web/20201112002656/https://github.com/Gamua/Starling-Framework
Skip to content
master
Go to file
Code

Latest commit

…xt loss

The painter always stores the context's current values for blend mode, culling, depth mask, and depth test.
That way, when e.g. the blend mode is set to the value it's currently set to, anyway, this can be skipped.

However, those "shadow"-values were not reset after a context loss, meaning that the current context configuration was actually undefined.
With this change, the values are forcibly synced with the context in its restoration process.

Here's the report that lead to this finding:
https://forum.starling-framework.org/d/22765-rendertexture-onrestore-reversed
69e39e7

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

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 20k 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
You can’t perform that action at this time.