- all examples can bee found live on the official webpage
- documentation of the ECSLite library that is used for most examples can be found live here
- the project is powered by ParcelJS, TypeScript, PixiJS and ECSLite libraries
- install NodeJS
- run
npm install - run
npm run generate-viewsto generate HTML files from examples-info.json - run
npm run dev - go to
localhost:1234/index.htmlto browse all examples
- run
npm run deployand find your project in thebuildfolder
