File: ANNOUNCEMENT-0.1.1.TXT

package info (click to toggle)
pyqwt3d 0.1.7~cvs20090625-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 844 kB
  • sloc: python: 2,454; cpp: 317; makefile: 136; sh: 5
file content (38 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (6)
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
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, Qwt, 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, MacOS/X and Windows platforms (practically any
  platform supported by Qt and Python).


Changes:
- support for NumPy, see http://numeric.scipy.org
- support for SIP-4.3.x
- build fixes for MacOS/X


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


PyQwt3D-0.1.1 requires:

1. Python-2.4.x or -2.3.
2. PyQt-3.15.x or -3.14.x.
3. SIP-4.3.x or -4.2.1.
4. Qt-3.3.x, -3.2.x, or -3.1.x.
5. QwtPlot3D-0.2.6.


Have fun -- Gerard Vermeulen