PyPI package: https://pypi.org/project/headless-kivy/0.12.4
Changes:
- fix: deal with the threads being initialized in the
process_frame
callback with athreading.Lock
- refactor: use a thread-pool instead of creating a new thread for each render
PyPI package: https://pypi.org/project/headless-kivy/0.12.4
process_frame
callback with a threading.Lock