This is a customized visualization tool using downloaded data from Pokercraft in GGNetwork.
Launch Pokercraft Local Web App
No installation required - runs entirely in your browser using WebAssembly. Your data stays on your device and is never uploaded anywhere.
The web app supports the following features:
- Historical Performances
- RRE Heatmaps
- Bankroll Analysis with Monte-Carlo Simulation
- Your Prizes
- RR by Rank Percentiles
- All-in Equity Chart
- Chip Histories
- Your Hand Usage by Positions
Download "Game summaries" file by pressing green button on your pokercraft tournament section, and "Hand histories" file by pressing red button on your pokercraft tournament section. If there are too many tournament records on your account, GGNetwork will prevent you from bulk downloading, therefore you may have to download separately monthly or weekly records.
Also there are some expiration dates for each file; You cannot download tournament summaries for tourneys which are 1 year old or older, neither hand histories for tourneys which are 3 months old or older.
After you downloaded, just put all .zip files in single folder.
The library finds all GG(blabla).txt files from a selected directory and .zip files recursively by default.
This project uses a Rust workspace with the following crates:
crates/core- Core poker analysis librarycrates/cli- CLI tools (benchmark, cache generation)crates/wasm- WebAssembly bindings for the web app
cargo build --release
cargo test --release