pixi-examples

1.0.0 • Public • Published

pixi-examples

Repository for the pixi.js v3 examples, available online here.

Running

You can view the examples online here. If you want to run it locally you can clone the repository or download the zip file. Then just run a server pointing to the root of this repo.

For example using the node http-server module:

git clone git@github.com:pixijs/examples.git
cd examples/
 
npm i && npm start

Contributing

Ideally you will need to have node setup on your machine.

Then you can add a new example, modify the section's _details.json, and rebuild the manifest file:

node generateManifest.js

Your local copy of the website should then be updated automatically.

Package Sidebar

Install

npm i pixi-examples

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • englercj