Language

Package: python-vedo @ 2021.0.3

Synopsis

Analysis and visualization of 3D objects and point clouds

Description

vedo is a fast and lightweight python module for scientific analysis and visualization. The package provides a wide range of functionalities for working with three-dimensional meshes and point clouds. It can also be used to generate high quality two-dimensional renderings such as scatter plots and histograms. vedo is based on vtk and numpy, with no other dependencies.

Home page
https://github.com/marcomusy/vedo
Location
gnu/packages/python-science.scm (line: 691, column: 2)
Licenses

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?