voxelmap
voxelmap copied to clipboard
A Python library for making voxel and 3D mesh models from images and arrays
voxelmap
A Python library for making voxel and three-dimensional models from NumPy arrays.
Installation and Local Usage
pip install voxelmap
It is recommended you run voxelmap using a virtualenv virtual environment. To do so, follow the below simple protocol to create the virtual environment, run it, and install the package there:
virtualenv venv
source venv/bin/activate
pip install voxelmap
python [your-voxelmap-script.py]
To exit the virtual environment, simply type deactivate. To access it at any other time again, enter with the above source venv... command.
Just starting? Check out our documentation for installation and usage examples
Disclaimer: Use At Your Own Risk
This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the MIT LICENSE, as published by Andrew Garcia. See LICENSE below for more details.
MIT license Copyright 2022 © Andrew Garcia.