Plasm
plot your functions with rust and wasm - https://frankplus.github.io/plasm/
Install / Use
/learn @Franciman/PlasmREADME
plasm
A FAST mathematical function plotter which builds to both desktop (Rust + OpenGL) and web (Rust to WebAssembly).
Build
Desktop
$ cargo run
Web
$ wasm-pack build --target web --out-name web --out-dir pkg
Install a server that properly defines the application/wasm mime type for example:
$ npm install -g http-server
Start the server
$ http-server
Go to http://localhost:8080 in a browser.
Current feature
2D (implicit and explicit) and 3D mathematical functions plotter.
API
Make a GET request to https://frankplus.github.io/plasm/ with a GET parameter "q" containing the mathematical expression
For example:
https://frankplus.github.io/plasm/?q=sin%28x%29%2Bcos%28y%29


License
Distributed under the MIT License. See LICENSE for more information.
Contact
- Francesco Magliocca - @Franciman
- Francesco Pham - @Frankplus
Acknowledgements
- @Franciman
- @Frankplus

