/meshcat-rs

A Rust interface to meschat visualizer https://github.com/rdeits/meshcat

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

meshcat

Crates.io Docs.rs CI

Installation

Cargo

  • Install the rust toolchain in order to have cargo installed by following this guide.
  • run cargo install meshcat

Usage

First 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

no-audio-meshcat_demo.mp4

meshcat

Contribution

See CONTRIBUTING.md.