artistic-engine
Version:
General purpose html5 canvas rendering game engine
33 lines (20 loc) • 1.36 kB
Markdown
# 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
 |  |  |  |  |  |
--- | --- | --- | --- | --- | --- |
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)