p2.js
p2.js copied to clipboard
Update the pixijs example with new PixiJS version
In Pixi.JS the Stage object is deprecated. Using a Container instead is recommended. And this simplify the example.
please use new PIXI.Application instead of PIXI.autoDetectRenderer
I know it's late, but it's fixed :) .