No description
cxgraph-web | ||
docs | ||
libcxgraph | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
cxgraph
cxgraph is a complex function graphing tool built around WebGPU available on the web or (slightly) for desktop.
building (web)
install wasm-pack
through your package manager or with cargo install wasm-pack
.
cd cxgraph-web
wasm-pack build --no-typescript --no-pack --target web