schteppe / p2.js

JavaScript 2D physics library
Other
2.63k stars 329 forks source link

Update the pixijs example with new PixiJS version #314

Open Nek- opened 6 years ago

Nek- commented 6 years ago

In Pixi.JS the Stage object is deprecated. Using a Container instead is recommended. And this simplify the example.

goldenratio commented 6 years ago

please use new PIXI.Application instead of PIXI.autoDetectRenderer

Nek- commented 6 years ago

I know it's late, but it's fixed :) .