Dart
Published in

Dart

StageXL 1.0

A fast 2D rendering engine for HTML5 and Dart.

Standing on the shoulders of giants: Adobe Flash

Sprite createContainer(BitmapData bitmapData) {
var bitmap = new Bitmap(bitmapData);
var sprite = new Sprite();
bitmap.x = -bitmapData.width / 2;
bitmap.y = -bitmapData.height / 2;
sprite.addChild(bitmap);
sprite.alpha = 0.5;
return sprite;
}

StageXL in a nutshell

StageXL behind the scenes

StageXL to be continued

Extension libraries

Spine animations rendered with StageXL (demo)

Links

--

--

Dart is a client-optimized language for fast apps on any platform. Learn more at https://dart.dev.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store