python-noise 1.2.3-2ubuntu1 source package in Ubuntu

Changelog

python-noise (1.2.3-2ubuntu1) focal; urgency=medium

  * Fix build dependencies.

 -- Matthias Klose <email address hidden>  Mon, 27 Jan 2020 20:00:09 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules 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-2ubuntu1.debian.tar.xz 2.7 KiB d9d5ae0dfa7e7f3057a9ba6e5e2eac72d1d6deadd5aae481495e7926cc988a10
python-noise_1.2.3-2ubuntu1.dsc 2.0 KiB d4da16eb29dd10b386237bc31b0f3bbbef191e26d954ba6b27c590d0bdb26f24

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