Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T18:28:02.000Z (11 months ago)
- Last Synced: 2024-10-06T03:13:13.143Z (3 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.8 MB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# voxelmap
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/andrewrgarcia/voxelmap/main/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/voxelmap/badge/?version=latest)](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.