- 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-views
to generate HTML files from examples-info.json - run
npm run dev
- go to
localhost:1234/index.html
to browse all examples
- run
npm run deploy
and find your project in thebuild
folder