Skip to main content

vis.gl · a GPU compute foundation

GPU compute, from batches to live views.

Build command graphs over chunked data. Keep vectors on the GPU, compose reusable operations, and turn a stream of batches into a living analytical view.

  • WebGPU + WebGL2
  • Zero-copy batches
  • Incremental graphs
Live GPU streamappend · reuse · remove
Starting a live batch view…Requesting a WebGPU device and preparing the graph.
GPUDataFrameIncremental command graphZero-copy batches

The foundation

One graph for every batch.

Treat a single resource or a vector of chunks the same way. The graph tracks ownership, dependencies, and invalidation so new data can reuse the work already done.

Ready to compose?

Start with a vector. End with a view.

Read the docs