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.
Go to file
Sebastian Kupke e4a1b9d63b Updated version number. 2019-04-09 10:57:28 +02:00
css Included jsdoc. 2019-03-29 08:49:53 +01:00
dist fixed bug when resizing scaled pads 2019-04-08 12:31:50 +02:00
doc Updated docs. 2019-03-29 11:44:34 +01:00
lib fixed bug when resizing scaled pads 2019-04-08 12:31:50 +02:00
.gitignore Restructured library. 2019-03-22 12:54:57 +01:00
LICENSE Initial commit 2019-03-21 09:52:25 +01:00
README.md Fixed bug in README.md. 2019-03-29 15:07:28 +01:00
gulpfile.js Removed jQuery and D3 dependencies. 2019-03-28 09:37:30 +01:00
package-lock.json Included jsdoc. 2019-03-29 08:49:53 +01:00
package.json Updated version number. 2019-04-09 10:57:28 +02:00
rollup.config.js Restructured library. 2019-03-22 12:54:57 +01:00

README.md

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:

Useful PixiJS Resources

List of 3rd party libraries included