Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@ different plotting backends.

The Visualization Interface Tool offers these main features:

* Serves as an interface between PyAnsys and other plotting libraries (although only
`PyVista <https://docs.pyvista.org/version/stable/>`_ is supported currently).
* Provides out-of-the box picking, viewing, and measuring functionalities.
* Supplies an extensible class for adding custom functionalities.
- Serves as an interface between PyAnsys and other plotting libraries.
- Provides out-of-the box picking, viewing, and measuring functionalities.
- Supplies an extensible class for adding custom functionalities.

Currently, the following libraries are supported.

- `PyVista <https://docs.pyvista.org/index.html>`_.
- `Trame <https://www.kitware.com/trame/>`_, a web view for PyVista.
- `Plotly <https://plotly.com/>`_.

Documentation and issues
------------------------
Expand Down
Loading