* Initial support for 3D - see the [spaceship 3D](https://github.com/nir/jupylet/blob/master/examples/12-spaceship-3d.ipynb) notebooks for details
Bug fixes
* Miscellaneous bug fixes
0.6.6
Bug fixes
* Set pyglet version to 1.5.5. * Rename example notebooks. * Switch rendering to ipywidgets.Image and increase frame rate to 30fps. * Fix bug in buffer retrieval.
0.6.5
Bug fixes
* Fix issue 17 - [NameError: name 'sys' is not defined in env.py](https://github.com/nir/jupylet/issues/17)
0.6.4
Improvements
* Better support for remote servers.
Bug fixes
* Fix scaling and aspect ration computation of buffers.
0.6.3
Improvements
* Support running on Binder. * Support streaming game video from remote servers.