|
1 | 1 | # vtk-sdk |
2 | 2 |
|
3 | 3 | [![Actions Status][actions-badge]][actions-link] |
| 4 | + |
| 5 | +<!-- |
4 | 6 | [![Documentation Status][rtd-badge]][rtd-link] |
| 7 | +--> |
5 | 8 |
|
| 9 | +<!-- |
6 | 10 | [![PyPI version][pypi-version]][pypi-link] |
7 | | -[![Conda-Forge][conda-badge]][conda-link] |
8 | 11 | [![PyPI platforms][pypi-platforms]][pypi-link] |
| 12 | +--> |
9 | 13 |
|
10 | | -[![GitHub Discussion][github-discussions-badge]][github-discussions-link] |
| 14 | +[![Discourse Forum][discourse-forum-badge]][discourse-forum-link] |
11 | 15 |
|
12 | 16 | <!-- SPHINX-START --> |
13 | 17 |
|
| 18 | +## Overview |
| 19 | + |
| 20 | +The Visualization Toolkit (VTK) is a robust and open-source software system that |
| 21 | +provides advanced features in 3D computer graphics, image processing, modeling, |
| 22 | +volume rendering, and scientific visualization. It offers threaded and |
| 23 | +distributed-memory parallel processing for scalability and better performance. |
| 24 | + |
| 25 | +This project is intended to distribute the content of the existing VTK wheel |
| 26 | +SDKs as first-class `vtk-sdk` wheels. |
| 27 | + |
| 28 | +Each `vtk-sdk` Python wheel is equipped with a scikit-build-core `cmake-module` |
| 29 | +[entrypoint][scikit-build-core-entrypoint], housing the official VTK SDK sourced |
| 30 | +from the corresponding [archive][wheel-sdks-link]. |
| 31 | + |
| 32 | +[wheel-sdks-link]: https://vtk.org/files/wheel-sdks/ |
| 33 | +[scikit-build-core-entrypoint]: |
| 34 | + https://scikit-build-core.readthedocs.io/en/latest/cmakelists.html#finding-other-packages |
| 35 | + |
| 36 | +## License |
| 37 | + |
| 38 | +VTK is distributed under the OSI-approved BSD 3-clause License. See |
| 39 | +Copyright.txt for details. |
| 40 | + |
14 | 41 | <!-- prettier-ignore-start --> |
15 | 42 | [actions-badge]: https://github.com/Kitware/vtk-sdk-python-distributions/workflows/CI/badge.svg |
16 | 43 | [actions-link]: https://github.com/Kitware/vtk-sdk-python-distributions/actions |
17 | | -[conda-badge]: https://img.shields.io/conda/vn/conda-forge/vtk-sdk |
18 | | -[conda-link]: https://github.com/conda-forge/vtk-sdk-feedstock |
19 | | -[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github |
20 | | -[github-discussions-link]: https://github.com/Kitware/vtk-sdk-python-distributions/discussions |
| 44 | +[discourse-forum-badge]: https://img.shields.io/discourse/https/discourse.vtk.org/status.svg |
| 45 | +[discourse-forum-link]: https://discourse.vtk.org/ |
| 46 | + |
| 47 | +<!-- |
21 | 48 | [pypi-link]: https://pypi.org/project/vtk-sdk/ |
22 | 49 | [pypi-platforms]: https://img.shields.io/pypi/pyversions/vtk-sdk |
23 | 50 | [pypi-version]: https://img.shields.io/pypi/v/vtk-sdk |
24 | 51 | [rtd-badge]: https://readthedocs.org/projects/vtk-sdk/badge/?version=latest |
25 | 52 | [rtd-link]: https://vtk-sdk.readthedocs.io/en/latest/?badge=latest |
| 53 | +--> |
26 | 54 |
|
27 | 55 | <!-- prettier-ignore-end --> |
0 commit comments