What's Changed
This change marks finally merging the previously 2 distinct goopylib repositories into one. All the history of goopylib v1 has been stacked with v2.
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