Last updated:
0 purchases
hummingbirdjoystick 0.0.5
Support for Birdbrain Technolgies Hummingbird joystick
Free software: MIT license
Installation
pip install hummingbird-joystick
You can also install the in-development version with:
pip install https://github.com/fmorton/hummingbird-joystick/archive/main.zip
Documentation
https://hummingbird-joystick.readthedocs.io/
Development
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox
Changelog
0.0.1 (2022-10-10)
First release on PyPI.
0.0.3 (2023-01-20)
Change to angle/direction rather than x,y coordinates.
0.0.4 (2023-01-20)
Add normalized_xy support.
0.0.5 (2023-01-20)
Simplify sys.path management for examples.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.