cEngine.js
Lightweight JavaScript canvas engine with plugin capability.
Features
- small core engine with
- start()
- stop()
- step(count)
- clear()
- destroy()
- plugin support
- predefined plugins
- fill
- filter
- file
- frameRate
- input
- stats
Usage
Basic
Tiny game with input plugin
Examples
Browse them on http://renmuell.github.io/cEngine/
License
The MIT license. See LICENSE file.