Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 801 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 801 Bytes

FootageManager

Frame manager based on PIXI and Astar. Follow mouse movements updating MovieClip. The goal is to control an animation composed by a number of textures throught the mouse's movement, in order to get an animation interacting with the user.

Instructions:

  1. clone repository
  2. open example.html with your browser.
  3. if you're using Chrome you'll need to disable cross origin filtering in order to get the JSON file: google-chrome --disable-web-security ./example.html

Credits: GoodBoyDigital for PIXI (https://github.com/GoodBoyDigital/pixi.js) Brian Grinstead for A* algorithm implementation (http://www.briangrinstead.com/files/astar/) Mr.Doob for the EventManager (https://github.com/mrdoob) VMComic for the 3D Model (http://www.blendswap.com/blends/view/6844)