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.
|
2 months ago | |
---|---|---|
.vscode | 4 years ago | |
assets | 4 years ago | |
bin | 5 months ago | |
browser | 5 months ago | |
css | 5 months ago | |
dist | 4 months ago | |
doc | 5 months ago | |
fonts/material-icon-font | 4 years ago | |
lib | 2 months ago | |
site | 5 months ago | |
test | 4 years ago | |
.eslintignore | 4 years ago | |
.eslintrc.json | 12 months ago | |
.gitignore | 5 months ago | |
.htmlhintrc | 4 years ago | |
.prettierrc | 12 months ago | |
.stylelintignore | 4 years ago | |
.stylelintrc.json | 4 years ago | |
LICENSE | 5 years ago | |
README.md | 4 years ago | |
example.png | 4 years ago | |
gulpfile.js | 5 months ago | |
iwmlib.code-workspace | 1 year ago | |
package-lock.json | 5 months ago | |
package.json | 5 months ago | |
rollup.config.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:
- 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