python-noise 1.2.3-4 source package in Ubuntu

Changelog

python-noise (1.2.3-4) unstable; urgency=low

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- Sandro Tosi <email address hidden>  Fri, 03 Jun 2022 23:05:35 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-noise_1.2.3-4.dsc 2.0 KiB 37e5b62c69787e5003063c74a4a30ed3f535c3dbe02209c3346ea18c874a13f7
python-noise_1.2.3.orig.tar.xz 248.2 KiB fbdf626a0c2355f0dbe311e6cc17ab1049c23b2ef802933883e2266e7974d5f6
python-noise_1.2.3-4.debian.tar.xz 3.1 KiB 046defc0b02a3fc716038ae8dfbe7b141599b1e977f7e37e7bf105e4be0b1c2b

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