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.1 Fixes MSVC compatibility (Thanks to Christoph Gohlke)

  • 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.1.zip (130.1 kB view details)

Uploaded Source

noise-1.2.1.tar.gz (125.2 kB view details)

Uploaded Source

File details

Details for the file noise-1.2.1.zip.

File metadata

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

File hashes

Hashes for noise-1.2.1.zip
Algorithm Hash digest
SHA256 c9fb07756374d61af8149035d90cc62c656ab8600de8c63d60ec6a7a9cf3cb70
MD5 35eef8ba9b8d9057e616fdbab0b7383a
BLAKE2b-256 028c3fad802a8239671278230c892c82dfb71638c4bf8838e0748923eb769d8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for noise-1.2.1.tar.gz
Algorithm Hash digest
SHA256 264e72c369a03c4b35313d13ec209c1d7833c8330882f0218762d842cdfdeb24
MD5 98ee9c636db22c51ad2a5ff93ecf64d6
BLAKE2b-256 0f896cf27a7d9b2bb9f13a8afd1b88357611ffa17bc8961042f563f3dd8c03af

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