~ubuntu-branches/ubuntu/quantal/pyqwt3d/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
What is PyQwt3D?

- it is a set of Python bindings for the QwtPlot3D C++ class library
  which extends the Qt framework with widgets for 3D data visualization.
  PyQwt3D inherits the snappy feel from QwtPlot3D.
  The examples at http://pyqwt.sourceforge.net/pyqwt3d-examples.html
  show how easy it is to make a 3D plot and how to save a 3D plot to
  an image or an (E)PS/PDF file.

- it requires and extends PyQt, a set of Python bindings for Qt.

- it supports the use of PyQt, Qt, QwtPlot3D, the Numerical Python extensions
  (any combination of NumPy, numarray, and numarray) and optionally
  SciPy in a GUI Python application or in an interactive Python session.

- it runs on POSIX, Mac OS X and Windows platforms (practically any
  platform supported by Qt and Python).

The home page of PyQwt3D is http://pyqwt.sourceforge.net.

New features in PyQwt3D-0.1.2:
- support for Python-2.5.
- support for Qt-4.2.x and -4.1.x
- support for NumPy-1.0, see http://numpy.scipy.org
- PyQwt3D.OpenGL gives access to a small subset of the OpenGL API
- EnrichmentDemo.py example demonstrates PyQwt3D.OpenGL

Bug fix in PyQwt3D-0.1.3:
- enabled support for SIP-4.5.


PyQwt3D-0.1.3 supports:
1. Python-2.5.x,-2.4.x, or -2.3.x.
2. PyQt-4.1 and -4.0.x, or -3.17 and -3.16.x.
3. SIP-4.5.x, or -4.4.x.
4. Qt-4.2.x, Qt-4.1.x, Qt-3.3.x, or -3.2.x.
5. QwtPlot3D-0.2.6.


Have fun -- Gerard Vermeulen