Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 519 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 519 Bytes

rust-wasm-video-stream

This is a personal learning side project investigating rust and wasm. It reads a video stream from a browser, modifies each frame by plucking out a certain color, then sends the stream to a video element in the DOM.

black-and-white video stream with a blue object visible

build

run build.sh to build the rust dependencies and run webpack dev server

run build-wasm.sh to specifically build rust while webpack is running

the app will be running on localhost:8080