| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| main | update wgpu, error handling imporvements | trimill | 5 months | |
| Age | Commit message | Author | Files | Lines |
| 2025-10-02 | update wgpu, error handling imporvementsHEADmain | trimill | 6 | -55/+81 |
| 2025-10-01 | More functions, square root operator | trimill | 11 | -110/+556 |
| 2025-09-25 | Dependency updates, bugfixes, docs improvements | trimill | 35 | -2211/+2650 |
| 2024-09-17 | changed a few things | trimill | 30 | -261/+529 |
| 2024-09-07 | refactored | trimill | 20 | -754/+1140 |
| 2024-08-30 | update | trimill | 11 | -502/+804 |
| 2023-06-15 | made changes | TriMill | 18 | -230/+528 |
| 2023-06-14 | changed things | TriMill | 9 | -212/+717 |
| [...] | ||||
| Clone | ||||
| https://g.trimill.xyz/cxgraph | ||||
CXGraph
CXGraph is a complex function graphing tool.
Documentation
The online documentation, also accessible via the "Help" link.
Building
Make sure you have Cargo installed.
Install wasm-pack through your package manager or with cargo install wasm-pack.
make RELEASE=1
Point your static web server to the dist directory.
For faster build times, run make without the RELEASE option. Use make test to
launch a Python web server for easy testing.
Use make clean to remove the dist directory, or make realclean to also remove
Cargo build artifacts.
