Skip to main content

Vectorized Perlin noise for Python

Project description

This is a fork of Casey Duncan’s noise library that vectorizes all of the noise functions using NumPy. It is much faster than the original for computing noise values at many coordinates.

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 vec_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.

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

vec_noise-1.1.4.zip (134.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vec_noise-1.1.4-cp36-cp36m-win32.whl (33.7 kB view details)

Uploaded CPython 3.6mWindows x86

File details

Details for the file vec_noise-1.1.4.zip.

File metadata

  • Download URL: vec_noise-1.1.4.zip
  • Upload date:
  • Size: 134.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vec_noise-1.1.4.zip
Algorithm Hash digest
SHA256 3f86a7fb1dc7fb2b489066f9b9e5902da7bb727f727460d524eca16e8a6c844e
MD5 e075ca1ac4e317a8ac7445b6fb8b0a1a
BLAKE2b-256 650f11ca3df43ace7f9cdb1aeed855879331a53203c643f90da1cf711e6ab296

See more details on using hashes here.

File details

Details for the file vec_noise-1.1.4-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for vec_noise-1.1.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 bec2db0d0c32bb0f1e1581a70c18bdc73440f74227e741691f69b93d0cd6a5d3
MD5 879fb1b3d1ec29cd3b866133a1a99d75
BLAKE2b-256 876f5284b5d1d82824db4cda3b46657968ae55053b2d33d5cd500ed60957777e

See more details on using hashes here.

Supported by

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