A tiny collection of geometry processing routines frequently used in my projects.
Project description
drbutil
A tiny collection of geometry processing routines frequently used in my prototyping code.
Pure Python, low overhead and minimal dependencies.
Dependencies
The only actually required library is NumPy.
Optionally,
- matplotlib shows 2D results,
- Mayavi visualizes 3D results and
- tqdm realizes progress bars in the shell.
Install & Use
Install from PyPI with pip install drbutil
or
clone the repo and run the buildAndInstall.bat/.sh
script.
Then you can import everything in your project with import drbutil
or from drbutil import *
, respectively.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
drbutil-0.0.11.tar.gz
(23.5 kB
view hashes)
Built Distribution
drbutil-0.0.11-py3-none-any.whl
(23.7 kB
view hashes)