gustaf.show#

gustaf/gustaf/show.py.

Everything related to show/visualization.

Functions

interpolate_vedo_dictcam(cameras, resolutions)

Interpolate between vedo dict cameras.

make_showable(obj[, backend])

Since gustaf does not natively support visualization, one of the following library is used to visualize gustaf (visualizable) objects: (1) vedo -> Fast, offers a lot of features (2) trimesh -> Fast, compatible with old OpenGL (3) matplotlib -> Slow, offers vector graphics.

show(*gus_obj, **kwargs)

Shows using appropriate backend.

show_vedo(*args, **kwargs)

vedo.show wrapper.