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
Tjark Müller 43e69365e0 Merge branch 'main' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib 3 weeks ago
.vscode current state 4 years ago
assets Renamed 'MapView' to 'MapViewport'. Added documentation to the maps module. 4 years ago
bin Added electron browser to allow snapshots of doctests that are stored in lib thumbnail subfolders. 3 weeks ago
browser Added electron browser to allow snapshots of doctests that are stored in lib thumbnail subfolders. 3 weeks ago
css Added electron browser to allow snapshots of doctests that are stored in lib thumbnail subfolders. 3 weeks ago
dist 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 4 weeks ago
doc Added support for static doctest files generated by the iwmsite static site generator. 3 weeks ago
fonts/material-icon-font Added material icons. 4 years ago
lib Merge branch 'main' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib 3 weeks ago
site Added support for static doctest files generated by the iwmsite static site generator. 3 weeks ago
test Implemented InteractionMapper.off 4 years ago
.eslintignore Added lint files. 4 years ago
.eslintrc.json Initial commit 2.0 beta 0 8 months ago
.gitignore Added support for static doctest files generated by the iwmsite static site generator. 3 weeks ago
.htmlhintrc Added htmlhint. 4 years ago
.prettierrc Initial commit 2.0 beta 0 8 months ago
.stylelintignore Added lint files. 4 years ago
.stylelintrc.json Added lint files. 4 years ago
LICENSE Initial commit 4 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 4 weeks 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. 3 weeks ago
package.json Added electron browser to allow snapshots of doctests that are stored in lib thumbnail subfolders. 3 weeks 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