asyncanup / guides

PixiJS User Guides

Home Page:https://pixijs.io/guides/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixiJS Guides

The purpose of this project is to provide high-level, authoritative guides about using PixiJS. The concepts in these guides are generalized and shouldn't change much from version to version of PixiJS. If you're looking specific code documentation, view our API docs.

Building

To build the documentation locally, install all dependencies:

npm install

Then simply run the build script to generate the guides.

npm run build

Development

To develop the guides in a browser, run the following command. Changes to the souce documentation will automatically re-build.

npm start

About

PixiJS User Guides

https://pixijs.io/guides/

License:MIT License


Languages

Language:SCSS 97.3%Language:JavaScript 2.7%