New addon library - p5.wasm

A new experimental addon library for p5.js written in Rust and compiled to WebAssembly: https://github.com/limzykenneth/p5.wasm

Reimplements some of p5.js’ functions in WebAssembly. I should stress the “experimental” since in most cases, you are still better off using native p5.js functions instead of those provided by this addon library. However if you are interested in exploring Rust and/or WebAssembly, do checkout this project.

Any questions feel free to open an issue on github, I don’t visit the forum very often.

8 Likes