An Open Source library for multi-touch, WebGL powered applications. The master branch uses Pixi.js Version 5, the new and default main branch uses Pixi.js Version 6.
.vscode | ||
assets | ||
bin | ||
browser | ||
css | ||
dist | ||
doc | ||
fonts/material-icon-font | ||
lib | ||
site | ||
test | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.htmlhintrc | ||
.prettierrc | ||
.stylelintignore | ||
.stylelintrc.json | ||
example.png | ||
gulpfile.js | ||
iwmlib.code-workspace | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
rollup.config.js |
iwmlib
Install
Install the following dependencies globally
npm i rollup gulp-cli -g
and some dependencies locally
npm i
Build
To build the iwmlib files type
npm run build
The files
- imwlib.js
- iwmlib.pixi.js
will be generated in the dist folder. If you want to build the files continuously type
npm run watch
To build the 3rd party library type
npm run 3rdparty
Docs
To create the documentation in the folder ./doc/out type npm run jsdoc
Afterwards you can view the documentation here:
- The iwmlib DocTests
- The iwmlib PixiJS DocTests
Useful PixiJS Resources
Currently using PixiJS version 5
- The PixiJS JavaScript API Docs
- The PixiJS Examples
- The PixiJS GitHub Repository