git clone https://github.com/review/logger-py.git
cd logger-py
python -m pip install .
- Create a context manager instead of manually calling
new_frame()
. - Have
add_*
automatically create the initial frame? - Make all parameters to
add_*
optional. - Automatically update first frame if subsequent frame changes position, rotation, scale, etc.
- Add ability to change color and visibility of objects (add to player).