confile / Kinetic2Pixi

This project describes the migration of a KineticJs application to PixiJs
5 stars 1 forks source link

Kinetic2Pixi

Gitter

The project describes the migration of a KineticJs application to PixiJs

Stage

Kinetic

var stage = new Kinetic.Stage();

Pixi

var stage = new PIXI.Stage(0x66FF99);

Join the project

ToDo for Kinetic to Pixi migration