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.