Starling Framework

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ixfd64 (talk | contribs) at 16:59, 10 March 2014 (fix dead link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Starling Framework
Developer(s)Gamua
Initial releaseSeptember 21, 2011 (2011-09-21)
Repository
Written inActionScript 3
PlatformCross-platform
LicenseSimplified BSD
Websitegamua.com/starling

Starling is an open source game framework used to create 2D games that run both on mobile and desktop platforms. It recreates the traditional Flash display list architecture on top of accelerated graphics hardware. Several commercial games have been built with Starling, including Angry Birds Friends[1] and Incredipede.[2]

History

Starling was initiated in 2011 by Adobe shortly after introducing the Stage3D API in their AIR and Flash run-time systems. Stage3D allows to utilize the GPU inside the Flash Player via a low-level API; Starling should simplify the transition for developers by providing an accompanying high-level API built on top of Stage3D.[3]

The framework has seen rapid adoption over the years, being utilized in many games from both independent and commercial developers.[4] It is now a part of the Adobe Gaming SDK.[5]

Library Ecosystem

Since Starling's introduction, several Open Source libraries were published by 3rd party developers that depend on Starling and extend its functionality.

  • Feathers allows to create light-weight user interfaces for both mobile and desktop games and applications.
  • Citrus Engine is a game engine that is most popular for its [Platformer] starter-kit.
  • Dragon Bones is a 2D skeletal animation solution, available as a plugin for Flash, exporting animations for Starling.
  • StarlingPunk is designed for developing 2D Flash games, inspired by the popular FlashPunk framework.
  • Flox is a Backend as a Service targeting especially Starling developers (and built by the same team).
  • GameBuilder Studio is an Open Source Game Engine and visual WYSIWYG tool for creating professional cross-platform 2D games. Optimized for mobile and web using the Starling rendering engine. [Ouya Target | Platformer plugin | Isometric | Muliplayer via Plugin.IO, etc.]

Books

  • Thibault Imbert: Introducing Starling, O'Reilly Media Inc., November 14, 2012, ISBN 978-1-449-32091-1
  • Juwal Bose: Starling Game Development Essentials, Packt Publishing, December, 2013, ISBN 9781783983544

References

  1. ^ "Bringing Angry Birds to Facebook". Smashing Magazine. February 22, 2013. Retrieved November 13, 2013.
  2. ^ "Developing Incredipede". Colin Northway. Retrieved November 13, 2013.
  3. ^ "Introducing Starling". Adobe Developer Connection. September 21, 2011. Retrieved December 19, 2013.
  4. ^ "Games Round-Up". Gamua. September 26, 2013. Retrieved November 13, 2013.
  5. ^ "Adobe Gaming SDK". Adobe Gaming. December 4, 2012. Retrieved December 19, 2013.

External links