python-noise 1.2.3-4build4 source package in Ubuntu

Changelog

python-noise (1.2.3-4build4) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:45:37 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-noise_1.2.3.orig.tar.xz 248.2 KiB fbdf626a0c2355f0dbe311e6cc17ab1049c23b2ef802933883e2266e7974d5f6
python-noise_1.2.3-4build4.debian.tar.xz 3.3 KiB fc18fd49610cf8b77bf6054beea867b279db8d9158e2b997073d1b98d26b5fae
python-noise_1.2.3-4build4.dsc 2.0 KiB 45311b665cefb3147bf2be67c008df09b5035bac110dc21318383a006ba76769

Available diffs

View changes file

Binary packages built by this source

python3-noise: Perlin noise for image generation

 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.

python3-noise-dbgsym: debug symbols for python3-noise