pixi-flump-runtime

A Flump runtime for Pixi.js. See examples for usage.


Keywords
animation, flash, flump, pixi, timeline
License
MIT
Install
haxelib install pixi-flump-runtime 0.4.0

Documentation

Status

Currently unmaintained. Requires Haxe 3.

What is Flump?

Flump is a Flash animation exporter that converts Sprites and nested MovieClip animations. It converts your graphics to sprite atlases along with an xml file that describes library and keyframe information.

What is Pixi Flump Runtime?

Pixi Flump Runtime is a library built for Pixi.js to support animation exported from Flump. It is built with Haxe and works for both Haxe and Javascript projects.

Features

  • Sprites
  • MovieClips (nested timelines!)
  • Frame labels with events
  • Pivot data
  • Multi resolution support (currently experimental)
  • Familiar and easy API
  • Documentation (better documentation coming soon)

Download Flump

New Features

pixi-flump-runtime supports additional features from Flump+ :

  • mask
  • tint
  • base class
  • custom data

More info on these new features: https://github.com/mathieuanthoine/flump/blob/master/README.md

Download Flump+

Examples

The examples demonstrate the usage. In order to view the examples locally, ensure that you run your HTTP Server on the project root (pixi-flump-runtime).


View the dog example


View the monster example

Documentation

See the wiki for the complete api.