Skip to content

Feasibility of running on a client's browser #17

@axelkar

Description

@axelkar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions