Sebastian Kupke
0cff31e65b
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
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
List of 3rd party libraries included
Description
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.
Languages
JavaScript
72.1%
HTML
23.8%
CSS
2.9%
SCSS
1%
Python
0.2%