I am making a game and I would like to have my code split into two files. One, an ordinary javascript file for the gameplay, the other a paperscript file for al
I'm a big fan of PaperJS, however, the library doesn't see much activity so we're looking at other tools, like KonvaJS, Fabric, and Pixi. We'd like to replicate
grid = new Group(); for (y = 0; y < isoSteps; y++) { for (x = 0; x < isoSteps; x++) { p = new Point(x * stepSize, y * stepSize); grid.