File: tools.vtk.rst

package info (click to toggle)
python-trame 3.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 101,620 kB
  • sloc: python: 13,515; sh: 183; javascript: 93; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
VTK rendering backend information
====================================

This utility function/app depends on VTK and will report the rendering capabilities available.

This aim to be used for debugging cloud deployments either by running a command line within the deployment environment or as a standalone trame application. 

.. code-block:: bash

    # print report to stdout
    python -m trame.tools.vtk --stdout

    # start trame app
    python -m trame.tools.vtk


You can find its configuration as standalone application `here <https://github.com/Kitware/trame/tree/master/examples/deploy/docker/RenderingInfo>`_