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
Uwe Oestermeier fa25d13469 Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib 2019-06-04 09:35:00 +02:00
.vscode current state 2019-05-31 13:58:24 +02:00
assets Fixed Flippable bug. 2019-05-24 14:35:37 +02:00
bin added fs-extra to have ensure-dir for non existing dirs 2019-06-03 09:42:45 +02:00
css cleanup doctests - not finished 2019-05-22 16:02:17 +02:00
dist Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib 2019-06-04 09:35:00 +02:00
doc Added support for keeping a limited set of tile textures. 2019-06-01 09:56:29 +02:00
lib Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib 2019-06-04 09:35:00 +02:00
.gitignore Improved docs. 2019-05-14 14:30:12 +02:00
LICENSE Initial commit 2019-03-21 09:52:25 +01:00
README.md Updated README.md. 2019-05-27 15:46:09 +02:00
example.png current state 2019-05-31 13:58:24 +02:00
gulpfile.js Updated to Greensock-Max files. 2019-05-27 11:01:48 +02:00
package-lock.json concluded merge 2019-06-03 09:46:24 +02:00
package.json Version 1.0.12. 2019-06-03 10:53:33 +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