File: ANNOUNCEMENT-0.1.8.TXT

package info (click to toggle)
pyqwt3d 0.1.8-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 984 kB
  • sloc: python: 3,932; cpp: 328; makefile: 113; sh: 7
file content (35 lines) | stat: -rw-r--r-- 1,234 bytes parent folder | download | duplicates (2)
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
What is PyQwt3D ( https://github.com/GauiStori/PyQwt3D )?

- It is a fork of the original project http://pyqwt.sourceforge.net
  that is updated to work with Qt5 and Python3

- 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/PGF/SVG file.

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

- it supports the use of PyQt, Qt, QwtPlot3D, and NumPy or 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).

- it is licensed under the GPL with an exception to allow dynamic linking
  with non-free releases of Qt and PyQt. 


PyQwt3D-0.1.8 supports:
1. Python-2.5, or -2.4. -3
2. PyQt-4.3, -4.2, -4.1, or -3.17.
3. SIP-4.12, 4.7, -4.6, or -4.5.
4. Qt-4.3, -4.2, Qt-3.3, or -3.2.
5. Qt-5
6. QwtPlot3D-0.2.7.

This version is only tested on Linux (Debian).

Enjoy -- Gudjon I. Gudjonsson