Skip to content

YIDING-CODER/VFG-Visualiser

Repository files navigation

Visualise Planimation VFG using Pixi JS

Load Planimation VFG file locally and visualise with pixi JS.

Run the web sever

In the root folder:

npm install http-server -g
http-server

Update stage using keyboard

  • Previous Stage - Arrow Left
  • Next Stage - Arrow Right

Choose VFG File

Update Line17 of the index.html

       $.getJSON("vfgFiles/grid.vfg", function (vfg) {...

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published