Skip to content

willdady/swirlr-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swirlr-wasm

Experimental in-browser version of swirlr which samples from your web cam. Built with Rust and Web Assembly!

Demo

https://willdady.github.io/swirlr-wasm/

Compiling and running

  1. Install Rust and wasm-pack
  2. From the root directory run wasm-pack build
  3. From pkg/ run npm link
  4. From www/ run npm install
  5. From www/ run npm link swirlr-wasm
  6. From www/ run npm run start to start a local server or npm run build to build