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.
Uwe Oestermeier
57d6e8b461
* 'main' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib: Removed console.logs Fixed timestamp name mismatch. Updated iwmlib and removed log statement. Added pluggable throw behavior. Replaced requestAnimationFrame with setInterval Moved throws to a single loop. Added cancelAnimationFrame update code block to reflect current state Fixed html double code Fixed problem with scrolling text in card drawers. added fix for viewBox rotation bug fixed rollup documented/ solved svg rotation bug # Conflicts: # package.json |
||
---|---|---|
.vscode | ||
assets | ||
bin | ||
browser | ||
css | ||
dist | ||
doc | ||
fonts/material-icon-font | ||
lib | ||
site | ||
test | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.htmlhintrc | ||
.prettierrc | ||
.stylelintignore | ||
.stylelintrc.json | ||
example.png | ||
gulpfile.js | ||
iwmlib.code-workspace | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
rollup.config.mjs |
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:
- The iwmlib DocTests
- The iwmlib PixiJS DocTests
Useful PixiJS Resources
Currently using PixiJS version 5
- The PixiJS JavaScript API Docs
- The PixiJS Examples
- The PixiJS GitHub Repository