Latkit¶
Latkit is a TypeScript package family for browser-based WebGPU visualization of network topology and monitor data.
Use it when you need to render large graph-like systems, stream many time-oriented readings, or share colormap behavior across those visualizations.
Start here¶
Goal |
Read |
|---|---|
Install packages and run an example |
|
Render a small network |
|
Render monitor traces |
|
Shape real data for the renderer |
|
Look up public types and methods |
Requirements¶
Latkit packages are ESM modules for modern browser applications. The rendering packages require a browser with WebGPU support. The repository uses Node.js 22 or newer for local development.
Packages¶
Package |
Use it for |
|---|---|
|
Interactive WebGPU network topology views |
|
WebGPU time-series and signal monitor views |
|
Core WebGPU device and presentation primitives |
|
Named colormaps, labels, and CSS gradients |
|
Shared model primitives as the package family grows |
How-to
Explanation
Reference
Project