Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.