This library is still experimental and a lot of things are subject to change, e.g., the name. The core idea is to create a version of pytransform3d that is JIT-compiled, executable on GPU, differentiable, and inherently vectorized.
Installation:
pip install -e .Code formatting:
black .Linting:
ruff checkTesting:
pytestBuild documentation:
pip install -e .[doc]
cd doc/
make htmlRun only doctests:
cd doc/
make doctestThe library is released under BSD 3-clause license.