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
Severin Opel 114c217ffa Improved logging and adjusted card's click handler
+ Logging now also works when ipcRenderer is appended to the window element.
+ Card's callback replacement method was changed from click to pointerdown.
2020-09-15 11:36:59 +02:00
.vscode current state 2019-05-31 13:58:24 +02:00
assets Renamed 'MapView' to 'MapViewport'. Added documentation to the maps module. 2019-12-09 18:15:28 +01:00
bin Fixed line endings 2019-06-06 16:17:58 +02:00
css Added maps graphics. 2019-12-11 17:30:11 +01:00
dist Improved logging and adjusted card's click handler 2020-09-15 11:36:59 +02:00
doc Updated pixi-compressed-textures. 2020-01-20 11:33:53 +01:00
fonts/material-icon-font Added material icons. 2019-07-19 10:18:15 +02:00
lib Improved logging and adjusted card's click handler 2020-09-15 11:36:59 +02:00
test Implemented InteractionMapper.off 2019-08-13 12:46:24 +02:00
.eslintignore Added lint files. 2019-07-05 08:35:32 +02:00
.eslintrc Removed d3 from globals. 2019-08-02 11:39:56 +02:00
.gitignore Renamed 'MapView' to 'MapViewport'. Added documentation to the maps module. 2019-12-09 18:15:28 +01:00
.htmlhintrc Added htmlhint. 2019-07-17 10:04:59 +02:00
.prettierrc Working on stacked buttons. 2019-07-30 16:56:29 +02:00
.stylelintignore Added lint files. 2019-07-05 08:35:32 +02:00
.stylelintrc.json Added lint files. 2019-07-05 08:35:32 +02:00
LICENSE Initial commit 2019-03-21 09:52:25 +01:00
README.md Fixed README.md. 2019-09-11 09:51:14 +02:00
example.png current state 2019-05-31 13:58:24 +02:00
gulpfile.js Updated to PixiJS v5. 2019-09-10 16:34:59 +02:00
package-lock.json Updated to PixiJS 5.2.1. 2020-02-04 16:48:36 +01:00
package.json Updated to PixiJS 5.2.1. 2020-02-04 16:48:36 +01:00
rollup.config.js Prettified badge.js. 2019-07-18 08:59:39 +02: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

Currently using PixiJS version 5

List of 3rd party libraries included