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.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Uwe Oestermeier 80355ea636 Removed console.logs 2 months ago
.vscode current state 4 years ago
assets Renamed 'MapView' to 'MapViewport'. Added documentation to the maps module. 4 years ago
bin Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib 5 months ago
browser Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib 5 months ago
css Added electron browser to allow snapshots of doctests that are stored in lib thumbnail subfolders. 5 months ago
dist Fixed problem with scrolling text in card drawers. 4 months ago
doc Added support for static doctest files generated by the iwmsite static site generator. 5 months ago
fonts/material-icon-font Added material icons. 4 years ago
lib Removed console.logs 2 months ago
site Added support for static doctest files generated by the iwmsite static site generator. 5 months ago
test Implemented InteractionMapper.off 4 years ago
.eslintignore Added lint files. 4 years ago
.eslintrc.json Initial commit 2.0 beta 0 12 months ago
.gitignore Added support for static doctest files generated by the iwmsite static site generator. 5 months ago
.htmlhintrc Added htmlhint. 4 years ago
.prettierrc Initial commit 2.0 beta 0 12 months ago
.stylelintignore Added lint files. 4 years ago
.stylelintrc.json Added lint files. 4 years ago
LICENSE Initial commit 5 years ago
README.md Fixed README.md. 4 years ago
example.png current state 4 years ago
gulpfile.js Added pixi-compressed-textures plugin again. In Pixi v6 the plugin ist included, but cannot be activated if the browser don't use JavaScript Modules 5 months ago
iwmlib.code-workspace Added VSCode workspace file. 1 year ago
package-lock.json Added electron browser to allow snapshots of doctests that are stored in lib thumbnail subfolders. 5 months ago
package.json Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib 5 months ago
rollup.config.js Prettified badge.js. 4 years ago

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