A Python package to create a shape based on opensimplex noise
Project description
Marchingcubes
A Python package to create a shape based on opensimplex noise"
Features
- Construct a shape from given noise values
- Construct a shape from generated noise values
- Plot a constructed shape
Basic Usage
from marchingcubes import shape
size = (10, 10, 10)
triangles = shape.construct(size)
shape.plot(triangles, size)
Should produce a plot like this:
For more in depth information visit my docs.
Helpful links
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
MarchingCubes-1.0.0.tar.gz
(18.5 kB
view hashes)
Built Distribution
Close
Hashes for MarchingCubes-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b94040dec81ae9c792af4189fc8213b5a0ba9353ddcbd3e5d9a7b2fa2fd54e95 |
|
MD5 | a183f64ab8517895bceeac8fe9b1603a |
|
BLAKE2b-256 | 62049d44db6224466fdec638a8c3631071953ea4e2372cc651a52f0f5de8337e |