Skip to main content

Perlin noise for Python

Project description

Perlin noise is ubiquitous in modern CGI. Used for procedural texturing, animation, and enhancing realism, Perlin noise has been called the “salt” of procedural content. Perlin noise is a type of gradient noise, smoothly interpolating across a pseudo-random matrix of values.

The noise library includes native-code implementations of Perlin “improved” noise and Perlin simplex noise. It also includes a fast implementation of Perlin noise in GLSL, for use in OpenGL shaders. The shader code and many of the included examples require Pyglet (http://www.pyglet.org), the native-code noise functions themselves do not, however.

The Perlin improved noise functions can also generate fBm (fractal Brownian motion) noise by combining multiple octaves of Perlin noise. Shader functions for convenient generation of turbulent noise are also included.

  • 1.2.0 adds 4D simplex noise, tiling for 2D simplex noise, and parameterized lacunarity

See CHANGES.txt for more details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

noise-1.2.0.zip (129.6 kB view details)

Uploaded Source

noise-1.2.0.tar.gz (124.9 kB view details)

Uploaded Source

File details

Details for the file noise-1.2.0.zip.

File metadata

  • Download URL: noise-1.2.0.zip
  • Upload date:
  • Size: 129.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for noise-1.2.0.zip
Algorithm Hash digest
SHA256 237fe019769a696068e92f3e4433107cdca1f29dcc2cd978cd61519b4ff53455
MD5 987a73e7cafdec16e363996e045afea3
BLAKE2b-256 fdda9b7903dab2fcea9a634036cf8dd335882de7eefb51d5ad645bfaffd64ac8

See more details on using hashes here.

File details

Details for the file noise-1.2.0.tar.gz.

File metadata

  • Download URL: noise-1.2.0.tar.gz
  • Upload date:
  • Size: 124.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for noise-1.2.0.tar.gz
Algorithm Hash digest
SHA256 31249ba509cae963b8bd5d31e651bead60517640750824ec13e2e040b3e8b534
MD5 c78e032e01adf375d07016d4e18fa4ee
BLAKE2b-256 1e1a49857a42fcfd76c0611bdd27bd1c45339a0629c64234e4d0615079b967b7

See more details on using hashes here.

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