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 85e7da252f Updated PixiJS. 2019-03-28 09:02:53 +01:00
dist Changed 3rd party structure using node_modules. 2019-03-22 15:14:11 +01:00
lib Changed 3rd party structure using node_modules. 2019-03-22 15:14:11 +01: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 Create 3rd party libraries with node instead of Python. 2019-03-22 14:26:44 +01:00
gulpfile.js Changed 3rd party structure using node_modules. 2019-03-22 15:14:11 +01:00
package-lock.json Updated PixiJS. 2019-03-28 09:02:53 +01:00
package.json Updated PixiJS. 2019-03-28 09:02:53 +01: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 two iwmlib files type

npm run build

The files will be generated in the dist folder (iwmlib.js and iwmlib.pixi.js). If you want to watch the files for a continuously build type

npm run watch

To build the 3rd party library type

npm run 3rdparty