1.0.0 • Published 9 years ago

pixi-examples v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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.