Testing next_pixijs and planckjs physics engine
This example shows how to use Next.js with Pixi.js and the PlanckJS physics engine.
Oringal NextJS code from andersonleite@ from PR#28087
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-pixi-js with-pixi-js-app
# or
yarn create next-app --example with-pixi-js with-pixi-js-app
Deploy it to the cloud with Vercel (Documentation).