https://github.com/andrewrgarcia/voxelmap
A Python library for making voxel and 3D mesh models from images and arrays
https://github.com/andrewrgarcia/voxelmap
3d 3d-graphics 3d-models 3d-reconstruction arrays blender goxel graphics hacktoberfest mapping mesh mesh-generation meshing python reconstruction voxel voxelmap voxels
Last synced: about 1 month ago
JSON representation
A Python library for making voxel and 3D mesh models from images and arrays
- Host: GitHub
- URL: https://github.com/andrewrgarcia/voxelmap
- Owner: andrewrgarcia
- License: mit
- Created: 2022-10-13T23:57:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T13:32:00.000Z (5 months ago)
- Last Synced: 2025-03-27T22:43:19.105Z (about 2 months ago)
- Topics: 3d, 3d-graphics, 3d-models, 3d-reconstruction, arrays, blender, goxel, graphics, hacktoberfest, mapping, mesh, mesh-generation, meshing, python, reconstruction, voxel, voxelmap, voxels
- Language: Python
- Homepage: https://voxelmap.vercel.app
- Size: 26.9 MB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# voxelmap
[](https://raw.githubusercontent.com/andrewrgarcia/voxelmap/main/LICENSE)
[](https://voxelmap.readthedocs.io/en/latest/?badge=latest)A Python library for making voxel and three-dimensional models from NumPy arrays.
## Installation and Local Usage
```ruby
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:
```ruby
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](./LICENSE)** Copyright 2022 © Andrew Garcia.