| Crates.io | meshcat |
| lib.rs | meshcat |
| version | 0.1.2 |
| created_at | 2023-04-19 14:59:34.430911+00 |
| updated_at | 2023-07-10 22:37:29.514515+00 |
| description | A Rust interface to https://github.com/rdeits/meshcat |
| homepage | |
| repository | https://github.com/JafarAbdi/meshcat |
| max_upload_size | |
| id | 843630 |
| size | 10,911,590 |
cargo install meshcatFirst you need to install meshcat package to open the server:
# https://mamba.readthedocs.io/en/latest/installation.html
micromamba create -f environment.yml
micromamba run -n meshcat meshcat-server --open
See the demo in the examples folder

See CONTRIBUTING.md.