UNPKG

artistic-engine

Version:

General purpose html5 canvas rendering game engine

33 lines (20 loc) 1.36 kB
# artistic engine <p>General purpose game engine for html5 based on Canvas2D</p> ## Features - Render complex animations. - Allow dynamic mutation through matrix tranformation. - Process various inputs for control. - Simplify control over audio processing. ## Browser Support ![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/main/src/safari/safari_48x48.png) | ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera_48x48.png) | ![Edge](https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge_48x48.png) | ![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | --- | --- | --- | --- | --- | --- | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 11 ✔ | ## Installing ### Package manager ```bash $ npm install --save artistic-engine ``` ## Credits artistic engine is inspired by the [andengine](https://github.com/nicolasgramlich/AndEngine). Ultimately artistic engine is an effort to provide a general purpose canvas framework. ## License [MIT](LICENSE)