-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Do you think it would be feasible to render videos on a client? This supports WASM, JS can be minified or Rust+WASM could be used, and I could probably hook up audio to this. It would significantly decrease bandwidth used.
Pros:
- This supports WASM
- I could probably hook up audio and lazy-loading of large scenes/assets
Cons:
- This supports WASM - Animated SVGs / Lottie will be different regarding
- filesizes: A renderer isn't bundled, but videos can't calculate stuff by themselves
- computational resources: Orthogonal to above
- Have to precompute data separately (extreme example, but 3b1b's transformers video used OpenAI's API).
Metadata
Metadata
Assignees
Labels
No labels