python-visual 1:5.12-1.2ubuntu1 source package in Ubuntu

Changelog

python-visual (1:5.12-1.2ubuntu1) oneiric; urgency=low

  * Drop build-dependency on libxcb-render-util0-dev; this package builds
    fine without it, libxcb-render-util0-dev is no longer built from source,
    and in any case python-visual does not use xcb directly so this was
    probably a bug in some other package for failing to depend on it.
 -- Colin Watson <email address hidden>   Thu, 18 Aug 2011 16:32:33 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-visual_5.12.orig.tar.gz 2.8 MiB 950ea3be7cd7a67735e8f18cce789837dac02604515ae124f8b26b6e5b04eb7a
python-visual_5.12-1.2ubuntu1.diff.gz 23.4 KiB 5c467467f4a5f1f23f019d5a29d7c1c4b555ac83be683bfe319a220fd329c059
python-visual_5.12-1.2ubuntu1.dsc 2.3 KiB e89acffe03867234936d067f30b10619954ccb1f7af4768b1cb2fb3160ee08c0

Available diffs

View changes file

Binary packages built by this source

python-visual: VPython 3D scientific visualization library

 Visual is a Python module for 3D scientific visualization. It offers
 real-time 3D output and is easily usable by novice programmers.
 .
 A program can create 3D objects (such as spheres, curves, etc.) and
 position them in 3D space. Visual, running in a separate thread,
 automatically updates a 3D scene many times per second to reflect the
 current position of the objects. The programmer does not need to deal
 with display management but can focus on the computational aspects for
 the program. The user can navigate in the 3D scene by using the mouse
 to zoom and rotate while the program is running. Visual supports full
 vector algebra.