Home

Awesome

Improviz Web

A web version of Improviz

Core

The main parser and gfx engine of Improviz Web is available separately so it can be embedded into other JavaScript systems.

The bundle exports a single function createImproviz which can be called and passed a canvas, and will return either one of two objects.

{
  status: 'error',
  message: 'error message text',
}

or

{
  status: 'ok',
  improviz: <ImprovizInstanceObject>
}

Improviz Instance API

The instance of the Improviz object has a fairly basic API.

RuntimeErrors

These are simple objects that can be used to alert the user to errors in the program. They have the following attributes.

Contact

Drop me an email at guy@rumblesan.com

License

BSD License.