loongson/pypi/: vtk-9.2.6 metadata and description

Homepage Simple index

VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization

author VTK developers
classifiers
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python
  • Programming Language :: C++
  • Intended Audience :: Developers
  • Intended Audience :: Education
  • Intended Audience :: Healthcare Industry
  • Intended Audience :: Science/Research
  • Topic :: Multimedia :: Graphics
  • Topic :: Multimedia :: Graphics :: 3D Modeling
  • Topic :: Multimedia :: Graphics :: 3D Rendering
  • Topic :: Scientific/Engineering
  • Topic :: Scientific/Engineering :: Chemistry
  • Topic :: Scientific/Engineering :: Information Analysis
  • Topic :: Scientific/Engineering :: Medical Science Apps.
  • Topic :: Scientific/Engineering :: Physics
  • Topic :: Scientific/Engineering :: Visualization
  • Topic :: Software Development :: Libraries
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Operating System :: Unix
  • Operating System :: MacOS
description_content_type text/markdown
download_url https://vtk.org/download/
license BSD
provides_extras wx
requires_dist
  • numpy >=1.9 ; extra == 'numpy'

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
vtk-9.2.6-cp310-cp310-linux_loongarch64.whl
Size
94 MB
Type
Python Wheel
Python
3.1.0
vtk-9.2.6-cp312-cp312-linux_loongarch64.whl
Size
94 MB
Type
Python Wheel
Python
3.1.2
vtk-9.2.6-cp39-cp39-linux_loongarch64.whl
Size
94 MB
Type
Python Wheel
Python
3.9
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2024-01-25 19:21:51

VTK - The Visualization Toolkit

Introduction

VTK is an open-source software system for image processing, 3D graphics, volume rendering and visualization. VTK includes many advanced algorithms (e.g., surface reconstruction, implicit modeling, decimation) and rendering techniques (e.g., hardware-accelerated volume rendering, LOD control).

VTK is used by academicians for teaching and research; by government research institutions such as Los Alamos National Lab in the US or CINECA in Italy; and by many commercial firms who use VTK to build or extend products.

The origin of VTK is with the textbook "The Visualization Toolkit, an Object-Oriented Approach to 3D Graphics" originally published by Prentice Hall and now published by Kitware, Inc. (Third Edition ISBN 1-930934-07-6). VTK has grown (since its initial release in 1994) to a world-wide user base in the commercial, academic, and research communities.

Learning Resources

Reporting Bugs

If you have found a bug:

  1. If you have a patch, please read the CONTRIBUTING.md document.

  2. Otherwise, please join the VTK Discourse forum and ask about the expected and observed behaviors to determine if it is really a bug.

  3. Finally, if the issue is not resolved by the above steps, open an entry in the VTK Issue Tracker.

Requirements

In general VTK tries to be as portable as possible; the specific configurations below are known to work and tested.

VTK supports the following compilers:

  1. GCC 4.8 or newer
  2. Clang 3.3 or newer
  3. Apple Clang 5.0 (from Xcode 5.0) or newer
  4. Microsoft Visual Studio 2015 or newer
  5. Intel 14.0 or newer

VTK supports the following operating systems:

  1. Windows Vista or newer
  2. Mac OS X 10.7 or newer
  3. Linux (ex: Ubuntu 12.04 or newer, Debian 4 or newer)

Building

See build.md (in Documentation/dev/) for build instructions.

Contributing

See CONTRIBUTING.md for instructions to contribute.

License

VTK is distributed under the OSI-approved BSD 3-clause License. See Copyright.txt for details.