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