Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 752 Bytes

reviewlogger

git clone https://github.com/review/logger-py.git
cd logger-py
python -m pip install .

Ideas

  1. Create a context manager instead of manually calling new_frame().
  2. Have add_* automatically create the initial frame?
  3. Make all parameters to add_* optional.
  4. Automatically update first frame if subsequent frame changes position, rotation, scale, etc.
  5. Add ability to change color and visibility of objects (add to player).