meshcat

Crates.iomeshcat
lib.rsmeshcat
version0.1.2
sourcesrc
created_at2023-04-19 14:59:34.430911
updated_at2023-07-10 22:37:29.514515
descriptionA Rust interface to https://github.com/rdeits/meshcat
homepage
repositoryhttps://github.com/JafarAbdi/meshcat
max_upload_size
id843630
size10,911,590
Jafar (JafarAbdi)

documentation

README

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

https://user-images.githubusercontent.com/16278108/231297164-04a4dc92-c612-49aa-8700-074935fd2ec5.mp4

meshcat

Contribution

See CONTRIBUTING.md.

Commit count: 0

cargo fmt