Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enthought/mayavi
3D visualization of scientific data in Python
https://github.com/enthought/mayavi
Last synced: 4 days ago
JSON representation
3D visualization of scientific data in Python
- Host: GitHub
- URL: https://github.com/enthought/mayavi
- Owner: enthought
- License: other
- Created: 2011-01-24T17:48:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T11:34:47.000Z (22 days ago)
- Last Synced: 2024-12-31T12:05:25.832Z (11 days ago)
- Language: Python
- Homepage: http://docs.enthought.com/mayavi/mayavi/
- Size: 91.2 MB
- Stars: 1,323
- Watchers: 93
- Forks: 285
- Open Issues: 465
-
Metadata Files:
- Readme: README-tvtk.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-python-applications - Repo - platform tool for 2-D and 3-D scientific data visualization. `(linux, windows, mac, qt4)` (<a id="tag-science" href="#tag-science">Science</a>)
- awesome-vtk - Mayavi - 3D visualization of scientific data in Python (Python)
- awesome-scientific-computing - GitHub
- awesome-python-applications - Repo - platform tool for 2-D and 3-D scientific data visualization. `(linux, windows, mac, qt4)` (<a id="tag-science" href="#tag-science">Science</a>)
README
===================
TVTK: Traited VTK
===================Description
-----------TVTK_ provides a Traits enabled version of VTK_. TVTK objects wrap around VTK
objects but additionally support Traits_, support numpy arrays transparently
and provide a convenient Pythonic API. TVTK is implemented mostly in pure
Python (except for a small extension module). TVTK is distributed under
a liberal BSD style license with the Mayavi_ package, which is part of the
Enthought Tool Suite (ETS) and is distributed. License
information is available in the LICENSE.txt file in this same directory... _VTK: http://www.vtk.org
.. _Traits: https://docs.enthought.com/traits
.. _TVTK: https://docs.enthought.com/mayavi/tvtk
.. _Mayavi: https://docs.enthought.com/mayavi/mayaviGetting the package
-------------------The source for TVTK should be acquired with the source for Mayavi here:
http://pypi.python.org/pypi/mayavi
Documentation
--------------Documentation is hosted here: http://docs.enthought.com/mayavi/tvtk
Examples
--------Examples are all in the `examples` directory of the source or the SVN checkout.
The docs and examples do not ship with the binary eggs.Test suite
----------The test suite may be run like so (on a bash shell)::
cd enthought/tvtk/tests
for i in test*.py; do python $i; doneUse a similar line for your particular shell.
Bug tracker, mailing list etc.
-------------------------------The bug tracker is available here:
https://github.com/enthought/mayavi/issues
To submit a bug you will necessarily have to register on Github.
Alternatively, you can post on the [email protected] mailing list.Authors and Contributors
------------------------Prabhu Ramachandran: main author.
Gerald Knizia: Initial version of Tkinter based gradient editor.
Pete Schmitt: wxPython version of gradient editor.
Raashid Baig: `visual` module.
Phil Thompson: PyQt4 versions of pyface widgets.Many thanks to all those who have submitted bug reports and suggestions for
further enhancements.