aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainupdate wgpu, error handling imporvementstrimill5 months
 
 
AgeCommit messageAuthorFilesLines
2025-10-02update wgpu, error handling imporvementsHEADmaintrimill6-55/+81
2025-10-01More functions, square root operatortrimill11-110/+556
2025-09-25Dependency updates, bugfixes, docs improvementstrimill35-2211/+2650
2024-09-17changed a few thingstrimill30-261/+529
2024-09-07refactoredtrimill20-754/+1140
2024-08-30updatetrimill11-502/+804
2023-06-15made changesTriMill18-230/+528
2023-06-14changed thingsTriMill9-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.