pvtkpython
Python bindings for VTK
Install
- All systems
-
curl cmd.cat/pvtkpython.sh
- Debian
-
apt-get install python-vtk
- Ubuntu
-
apt-get install python-vtk
- Arch Linux
-
pacman -S vtk
- Kali Linux
-
apt-get install python-vtk6
- Fedora
-
dnf install python3-vtk-openmpi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-vtk
- OS X
-
brew install vtk
- Raspbian
-
apt-get install python-vtk
- Dockerfile
- dockerfile.run/pvtkpython
python-vtk6
Python bindings for VTK
The Visualization Toolkit (VTK) is an object oriented, high level library that allows one to easily write C++ programs, Tcl, Python and Java scripts that do 3D visualization. This provides the shared libraries that enable one to use VTK from Python scripts. You will need Python and vtk installed to use this. Some useful information may be available in /usr/share/doc/python-vtk/.
vtk-mpich-python
Python bindings for VTK with mpich
vtk-openmpi-python
Python bindings for VTK with openmpi
python-vtk
Python bindings for VTK
The Visualization Toolkit (VTK) is an object oriented, high level library that allows one to easily write C++ programs, Tcl, Python and Java scripts that do 3D visualization. This provides the shared libraries that enable one to use VTK from Python scripts. You will need Python and vtk installed to use this. Some useful information may be available in /usr/share/doc/python-vtk/.