meshcat-dev / meshcat

Remotely-controllable 3D viewer, built on top of three.js
MIT License
256 stars 48 forks source link

Support recording animations #24

Closed rdeits closed 6 years ago

rdeits commented 6 years ago

Uses https://github.com/spite/ccapture.js to record animations and capture every frame, so we won't have to slow everything down by a huge factor to try to get smooth video.

Currently doesn't support webm or gif rendering because I need the fork of ccapture that works properly with require(): https://github.com/spite/ccapture.js/issues/78#issuecomment-378742749

Fixes #16