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 7f00898767 Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
# Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser
# Merge erforderlich ist, insbesondere wenn es einen aktualisierten
# Upstream-Branch mit einem Thema-Branch zusammenführt.
#
# Zeilen, die mit '#' beginnen, werden ignoriert,
# und eine leere Beschreibung bricht den Commit ab.
Merged.
2019-07-17 10:06:26 +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 Fixed line endings 2019-06-06 16:17:58 +02:00
css Added stylelint. 2019-07-16 14:07:16 +02:00
dist Added files to make classes better accessible. 2019-07-17 09:56:20 +02:00
doc Generated JSDoc. 2019-07-10 11:55:35 +02:00
lib Removed TweenMax dependency 2019-07-17 10:04:16 +02:00
.eslintignore Added lint files. 2019-07-05 08:35:32 +02:00
.eslintrc Added ESLint and Prettier. 2019-07-16 13:54:04 +02:00
.gitignore Improved gitignore. 2019-07-05 08:36:40 +02:00
.htmlhintrc Added htmlhint. 2019-07-17 10:04:59 +02:00
.prettierrc Added ESLint and Prettier. 2019-07-16 13:54:04 +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 Changed README. 2019-07-03 13:49:59 +02:00
example.png current state 2019-05-31 13:58:24 +02:00
gulpfile.js Linted gulpfile. 2019-07-16 15:10:15 +02:00
package-lock.json Added htmlhint. 2019-07-17 10:04:59 +02:00
package.json Added htmlhint. 2019-07-17 10:04:59 +02:00
rollup.config.js Fixed some linter problems. 2019-07-05 08:43:23 +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 4

List of 3rd party libraries included