Book Image

Learning Dart

Book Image

Learning Dart

Overview of this book

Table of Contents (19 chapters)
Learning Dart
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

StageXL


(www.stagexl.org developed by Bernhard Pichler)

Adobe with its ActionScript variant of JavaScript and its Flash/Flex developer suite has been a long time contender in the web development world. But Flash isn't such a popular choice for web development anymore, and Dart is quite similar to ActionScript 3. So it comes as no surprise that a solution has been developed to help migrate Flash projects to HTML5 using Dart. The StageXL library (now at Version 0.8.3, formerly known as DartFlash) does exactly that, being highly compatible with the battle-proof Flash API but built with Dart. It is a complete and robust Flash-like engine for Canvas that is built on top of the Dart programming language using the familiar Flash class hierarchy, with classes such as DisplayObject, MovieClip, Stage, and Sprite. Working with sound is made simple with the Flash Sound API; a number of visual effect filters are provided, and an easy-to-use animation framework called Juggler also comes with it.

StageXL...