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
Uwe Oestermeier 13ea23186f Fixed flippable scaling problem. 2024-02-12 15:05:12 +01: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 Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib 2023-05-10 15:25:13 +02:00
browser Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib 2023-05-10 15:25:13 +02:00
css Fixed flippable scaling problem. 2024-02-12 15:05:12 +01:00
dist Fixed flippable scaling problem. 2024-02-12 15:05:12 +01:00
doc Added support for static doctest files generated by the iwmsite static site generator. 2023-05-09 09:52:39 +02:00
fonts/material-icon-font Added material icons. 2019-07-19 10:18:15 +02:00
lib Fixed flippable scaling problem. 2024-02-12 15:05:12 +01:00
site Added support for static doctest files generated by the iwmsite static site generator. 2023-05-09 09:52:39 +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.json Initial commit 2.0 beta 0 2022-10-04 10:51:35 +02:00
.gitignore Added support for static doctest files generated by the iwmsite static site generator. 2023-05-09 09:52:39 +02:00
.htmlhintrc Added htmlhint. 2019-07-17 10:04:59 +02:00
.prettierrc Initial commit 2.0 beta 0 2022-10-04 10:51:35 +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 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 2023-05-02 15:09:38 +02:00
iwmlib.code-workspace Added VSCode workspace file. 2022-05-02 11:13:03 +02:00
package-lock.json Added electron browser to allow snapshots of doctests that are stored in lib thumbnail subfolders. 2023-05-09 15:40:18 +02:00
package.json Added doctest for flippable images with different sizes. 2024-02-12 14:08:24 +01:00
rollup.config.js Fixed flippable scaling problem. 2024-02-12 15:05:12 +01: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