python-noise 1.2.3-2 source package in Ubuntu

Changelog

python-noise (1.2.3-2) unstable; urgency=medium

  * Corrected upstream URL - many thanks to Chris for spotting that.
  * Now really (Closes: #930216)

 -- Steffen Moeller <email address hidden>  Sat, 08 Jun 2019 15:45:16 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
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-2.dsc 2.0 KiB 0039f6e26b9038bc1e0031b2f79b75cf0217deb257ae763d3e9127796466341b
python-noise_1.2.3.orig.tar.xz 248.2 KiB fbdf626a0c2355f0dbe311e6cc17ab1049c23b2ef802933883e2266e7974d5f6
python-noise_1.2.3-2.debian.tar.xz 2.6 KiB d628af8e1e4c5196471b31d305437c5a3bd5aa6604c61e544e321c753b436769

No changes file available.

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