chillJS
JavaScript 2D library
chillJS is a 2D HTML5 canvas library, designed to write graphical applications easily and fast.
quickstart
Get started with chillJS or check out some of the examples. For more information see the documentation.
usage
Download the required source files: chill.min.js, chill.css and include them in your html.
build
Build requires Node.js and Gulp.
gulp builddocumentation
chillJS uses JSDoc 3 to generate the documentation:
jsdoc chill.js -d "./docs" -t ./builder/jsdoc-template --readme "./README.md"dependencies
status
chillJS is not production ready.
contributing
Contributions are welcome.