https://github.com/luocfprime/yumo
Scalar field visualization using Polyscope.
https://github.com/luocfprime/yumo
polyscope visualization
Last synced: 13 days ago
JSON representation
Scalar field visualization using Polyscope.
- Host: GitHub
- URL: https://github.com/luocfprime/yumo
- Owner: luocfprime
- License: mit
- Created: 2025-09-09T04:54:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T01:43:12.000Z (4 months ago)
- Last Synced: 2025-09-19T10:14:05.984Z (4 months ago)
- Topics: polyscope, visualization
- Language: Python
- Homepage: https://luocfprime.github.io/yumo/zh
- Size: 47.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# yumo
[](https://pypi.org/project/yumo/)
[](https://pypi.org/project/yumo/)
Scalar field visualization using Polyscope.
- **Git repository**:
- **Documentation**
## Install
Prerequisites: You must have at least one Python package manager installed (e.g. [uv](https://docs.astral.sh/uv/getting-started/installation/)).
Install it from PyPI:
```bash
uv tool install yumo
```
Or, if you want to run it once without installing it, you can use the `uv run` command:
```bash
uv run --with yumo yumo xxx # xxx being the subcommand you want to run
```
## Usage
```text
$ 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. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
## License
MIT.