A FAST mathematical function plotter which builds to both desktop (Rust + OpenGL) and web (Rust to WebAssembly).
$ cargo run$ wasm-pack build --target web --out-name web --out-dir pkgInstall a server that properly defines the application/wasm mime type for example:
$ npm install -g http-serverStart the server
$ http-serverGo to http://localhost:8080 in a browser.
2D (implicit and explicit) and 3D mathematical functions plotter.
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
Distributed under the MIT License. See LICENSE for more information.
- Francesco Magliocca - @Franciman
- Francesco Pham - @Frankplus
- @Franciman
- @Frankplus


