Theodeus / examples

Examples for using pixi.js v3

Home Page:http://pixijs.github.io/examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Examples for using pixi.js v3

http://pixijs.github.io/examples

License:Other


Languages

Language:JavaScript 98.4%Language:CSS 1.0%Language:HTML 0.5%Language:GLSL 0.0%