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.2 AppVeyor support for Windows builds (Thanks to Federico Tomassetti)

  • 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.2.zip (132.0 kB view hashes)

Uploaded source

noise-1.2.2.tar.gz (125.6 kB view hashes)

Uploaded source

Built Distributions

noise-1.2.2-py3.4-win-amd64.egg (44.7 kB view hashes)

Uploaded 3 4

noise-1.2.2-py3.4-win32.egg (43.9 kB view hashes)

Uploaded 3 4

noise-1.2.2-py3.3-win-amd64.egg (44.1 kB view hashes)

Uploaded 3 3

noise-1.2.2-py3.3-win32.egg (43.4 kB view hashes)

Uploaded 3 3

noise-1.2.2-py2.7-win-amd64.egg (43.4 kB view hashes)

Uploaded 2 7

noise-1.2.2-py2.7-win32.egg (43.0 kB view hashes)

Uploaded 2 7

noise-1.2.2-cp34-none-win_amd64.whl (28.8 kB view hashes)

Uploaded 3 4

noise-1.2.2-cp34-none-win32.whl (28.1 kB view hashes)

Uploaded 3 4

noise-1.2.2-cp33-none-win_amd64.whl (28.8 kB view hashes)

Uploaded 3 3

noise-1.2.2-cp33-none-win32.whl (28.1 kB view hashes)

Uploaded 3 3

noise-1.2.2-cp27-none-win_amd64.whl (28.8 kB view hashes)

Uploaded 2 7

noise-1.2.2-cp27-none-win32.whl (28.4 kB view hashes)

Uploaded 2 7

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