DEV Community

Discussion on: Using Rust and WebAssembly to Process Pixels from a Video Feed

Collapse
 
martinkavik profile image
Martin Kavík

Nice article!
If you want to reduce some boilerplate (e.g. animation loop setup, Rc+RefCell wrappers, etc.), you can try to use Seed. We have examples with MediaStream, Canvas and many others.

Collapse
 
fallenstedt profile image
Alex Fallenstedt

This is awesome. I have not heard of Seed before. I will check this out!