Scalar field visualization using Polyscope.
-
Git repository: https://github.com/luocfprime/yumo/
-
Documentation https://luocfprime.github.io/yumo/
Prerequisites: You must have at least one Python package manager installed (e.g. uv).
Install it from PyPI:
uv tool install yumoOr, if you want to run it once without installing it, you can use the uv run command:
uv run --with yumo yumo xxx # xxx being the subcommand you want to run$ yumo -h
Usage: yumo [OPTIONS] COMMAND [ARGS]...
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help -h Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ prune Prune data points that are inside the mesh. │
│ viz Visualize the scalar field. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
See CONTRIBUTING.md for details.
MIT.