Interactive Tools
This page hosts in-browser tools compiled from the underlying C++ research code. Computations run locally in your browser via WebAssembly — no server upload, no installation.
Polyhedral_common (WebAssembly) Coming soon
Polyhedral_common is a C++ library for polyhedral and lattice computations: dual descriptions of polytopes under symmetry, enumeration of Delaunay polytopes, lattice isometry testing, and related operations used throughout the research projects listed on this site.
A WebAssembly build is in preparation so that selected entry points can be invoked directly from this page. Planned features:
- Run small polyhedral / lattice computations in the browser with no install.
- Paste a Gram matrix or vertex list and inspect the output interactively.
- Reproducible examples linked from individual research pages.
The interactive widget will appear here once the WASM build lands. In the meantime, the native library is available from the GitHub repository.