cxgraph/README.md

18 lines
415 B
Markdown
Raw Normal View History

2023-06-15 04:27:09 +00:00
# cxgraph
cxgraph is a complex function graphing tool built around WebGPU available
[on the web](https://cx.trimill.xyz/) or (slightly) for desktop.
2024-08-30 14:02:02 +00:00
## building (web)
install `wasm-pack` through your package manager or with `cargo install wasm-pack`.
```sh
cd cxgraph-web
wasm-pack build --no-typescript --no-pack --target web
```
2023-06-15 04:27:09 +00:00
## documentation
- [language](docs/language.md)
- [web interface](docs/web.md)