Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 12:16
· 4 commits to main since this release
v0.12.0
7bc1dc3

PyPI package: https://pypi.org/project/headless-kivy/0.12.0

Changes:

  • feat: divide each frame into multiple rectangles, compare rectangle with the same rectangle in the previous frame and update only the changed ones
  • feat: add two throttling mechanisms to avoid sending too many frames to the display, one based on total bandwidth of all draw commands of all HeadlessWidgets and the other based on set fps of a particular HeadlessWidget
  • feat: add show_update_regions property to HeadlessWidget to show the regions that are updated in each frame as a debug feature