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.1.0.tar.gz
(18.6 kB
view hashes)
Built Distribution
Close
Hashes for MarchingCubes-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b5d323c63802423b842b8c78b33fd7048107be366abe6f6f19298de526ad4ea |
|
MD5 | 4e4b9745b9996aa3cfe0a652bda78a06 |
|
BLAKE2b-256 | b9c4c59e39bc9c6df1ade0939dea3d15ac17faa5ef81b64a9243168f2182ea6f |