python-noise 1.2.3-4build1 source package in Ubuntu

Changelog

python-noise (1.2.3-4build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 11:00:38 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-noise_1.2.3.orig.tar.xz 248.2 KiB fbdf626a0c2355f0dbe311e6cc17ab1049c23b2ef802933883e2266e7974d5f6
python-noise_1.2.3-4build1.debian.tar.xz 3.2 KiB af052b16d4d2b7e89f14131d324c9424223cac29db1a6ecfcb318fdb3e8a7be8
python-noise_1.2.3-4build1.dsc 2.0 KiB 9e9eb88cd5927c24c7c1824ac610163b72af95b77107c4995823f78f16a98f40

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