You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This utility function/app depends on VTK and will report the rendering capabilities available.
5
+
6
+
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.
7
+
8
+
.. code-block:: bash
9
+
10
+
# print report to stdout
11
+
python -m trame.tools.vtk --stdout
12
+
13
+
# start trame app
14
+
python -m trame.tools.vtk
15
+
16
+
17
+
You can find its configuration as standalone application `here <https://github.com/Kitware/trame/tree/master/examples/deploy/docker/RenderingInfo>`_
0 commit comments