Skip to main content

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: Figure_1.png

For more in depth information visit my docs.

Helpful links

Project details


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)

Uploaded Source

Built Distribution

MarchingCubes-1.2.0-py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page