Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.3 KB

artistic engine

General purpose game engine for html5 based on Canvas2D

Features

  • Render complex animations.
  • Allow dynamic mutation through matrix tranformation.
  • Process various inputs for control.
  • Simplify control over audio processing.

Browser Support

Chrome Firefox Safari Opera Edge IE
Latest ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔ 11 ✔

Installing

Package manager

$ npm install --save artistic-engine

Credits

artistic engine is inspired by the andengine. Ultimately artistic engine is an effort to provide a general purpose canvas framework.

License

MIT