Load Planimation VFG file locally and visualise with pixi JS.
In the root folder:
npm install http-server -g
http-server
- Previous Stage - Arrow Left
- Next Stage - Arrow Right
Update Line17 of the index.html
$.getJSON("vfgFiles/grid.vfg", function (vfg) {...
- Pixi JS - https://www.pixijs.com/
- Pixi JS Tutorial - https://github.com/kittykatattack/learningPixi
- Pixi JS Demos - https://pixijs.io/examples/#/demos-basic/container.js