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 construct
from marchingcubes import plot
size = (10, 10, 10)
triangles = construct(size)
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.2.0.tar.gz
(18.6 kB
view hashes)
Built Distribution
Close
Hashes for MarchingCubes-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f693615014cf00ca184892763ec21dc97f50f521c476b2c23b6202bff84334ef |
|
MD5 | 07d0e9d34c37b981c35c42d72bb4a133 |
|
BLAKE2b-256 | f5d2ea0d332e971baba0f93cf048994523141063dc790c40cf5a586004ee5957 |