What's Changed
Major changes
- Migrated the C++ Extension to Pybind11 by @BhavyeMathur in #3
- Renamed Renderable
ZPosition
methods toz
CameraFrame
&CameraFrameSize
are now classes in the Python API
New Features
Minor changes
- Renderable
draw()
method now returns a reference to the Renderable - Added virtual destructor for Renderable
- Marked Renderable
getTransparency()
methods asconst