Skip to content

Latest commit

 

History

History
executable file
·
44 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

executable file
·
44 lines (23 loc) · 1.14 KB

Proto - Pixi - AnimatedSprites

./src/proto-05/ss.png

PixiJS prototypes using AnimatedSprites, Spritesheet. View prototypes

Scripts

npm i

Install dependencies:

npm start

Access via http://localhost:3000

npm run build

Build all prototypes into dist folder

To build specific prototypes into a dist folder use:

npm run build [proto number]

Example to build protos 01 13, 31 and 50 just use spaces:

npm run build 13 31 50

npm run index

Generate the index.html with a list of links for each prototype.

Deploy gh-pages

To deploy gh-pages I followed this awesome article. Thanks Christophe Hamerling

--

./src/proto-01/ss.png

./src/proto-02/ss.png


JavaScript Style Guide