No description
Find a file
2024-08-30 10:02:02 -04:00
cxgraph-desktop made changes 2023-06-15 00:27:09 -04:00
cxgraph-web update 2024-08-30 10:02:02 -04:00
docs made changes 2023-06-15 00:27:09 -04:00
libcxgraph update 2024-08-30 10:02:02 -04:00
.gitignore split into crates, made changes 2023-06-07 18:58:20 -04:00
Cargo.lock update 2024-08-30 10:02:02 -04:00
Cargo.toml update 2024-08-30 10:02:02 -04:00
README.md update 2024-08-30 10:02:02 -04:00

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

documentation