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.1.0 Adds support for Python 3, and fixes several long-standing bugs 1.1.1 Fixes an artifact in 3D simplex noise output, and fixes the shaders on python 3.
See CHANGES.txt for more details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
File details
Details for the file noise-1.1.1.zip
.
File metadata
- Download URL: noise-1.1.1.zip
- Upload date:
- Size: 127.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b823752ac89c0025b5c83dec1fa2fd417e7ac2dd830f2fd2e757eb1ef71eb19c |
|
MD5 | 2faada5d5365e713fbbd57fef83d17ac |
|
BLAKE2b-256 | ddcedbef2682443cd1a313f9c1241737fafaac14e4f28b1cf69a794725f2b319 |
File details
Details for the file noise-1.1.1.tar.gz
.
File metadata
- Download URL: noise-1.1.1.tar.gz
- Upload date:
- Size: 122.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be58e765866659aa8b839f1a6de8194f31852783a8119e5772ec4aa24556901a |
|
MD5 | 269b2d31cf852366aff5e2b7d70885df |
|
BLAKE2b-256 | 2ad03f7e9d3685a55be29744cecd858c230e2968536feab61417f39ed134a092 |