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 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.
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