Skip to content

maan2003/p5-rs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p5-rs-starter

Starter template for p5-sys

  1. Install Rust
  2. Install wasm-pack
  3. git clone https://github.com/Maan2003/p5-rs-starter.git
  4. cd p5-rs-starter
  5. Open Cargo.toml and replace {{ project }} with the project name and {{ author }} with your name
  6. wasm-pack build --target web --out-name sketch --dev (--dev is for developing mode will compile faster)
  7. cd pkg
  8. Start some http server here like python -m http.server

open this example in browser

About

Starter template for p5-rs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published