python-visual 1:5.12-1.2ubuntu2 source package in Ubuntu
Changelog
python-visual (1:5.12-1.2ubuntu2) precise; urgency=low * Cleanup .la files before dh_pycentral runs; don't use non-existant post-install/% hook target; Closes: #633273 * Do not delete .so or .glade files -- Evan Broder <email address hidden> Tue, 29 Nov 2011 20:18:08 -0800
Upload details
- Uploaded by:
- Evan Broder
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | 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.2ubuntu2.diff.gz | 24.1 KiB | 23ee52e949321f8c3213abe453a70b7cf8ea2796bcef01d006cff03ff244db02 |
python-visual_5.12-1.2ubuntu2.dsc | 2.3 KiB | 3961b7540a5dd4592a5c5a53a5b90ac742c44ad0ffbaf1ae54817a537d937278 |
Available diffs
- diff from 1:5.12-1.2ubuntu1 to 1:5.12-1.2ubuntu2 (581 bytes)
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.