Skip to content

jackwlee01/pixi-flump-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.