DOCS v0.1.13 github

@hatch:gpu v0.3.15

GPU primitives + 2D/3D renderers. Device, Buffer, Texture, Sampler, ShaderModule, BindGroup, RenderPipeline, ComputePipeline, CommandEncoder, RenderPass, ComputePass on the bottom; Camera2D/3D, Frustum, Lod, Renderer2D (sprite batcher + drawInstancedSprites for storage-buffer-driven sprite batches), Renderer3D (Cook-Torrance / GGX PBR with multi-light + textured metallic-roughness workflow, plus drawMeshInstanced for storage-buffer-driven instanced meshes), Shader factory, Mesh, Material on top. Storage buffers + compute dispatch + fast typed-array readback for general-purpose GPU work. Camera3D.frustumPlanes + Frustum.sphereVisible for CPU-side frustum culling; Lod.select3 for distance-based level-of-detail bucketing — together they keep per-instance CPU cost flat in total scene size for the procedural-world performance target. Same shared source drives wgpu on native and WebGPU on web.

stable system updated Jun 4, 2026 source ↗
$ hatch add @hatch:gpu

API reference

We couldn't reach a source tree or cached bundle for @hatch:gpu, so there's nothing to render yet. The renderer feeds off hatch docs <target> — install the package locally with hatch install @hatch:gpu and refresh.

Until then, head back to the README for hand-authored prose, or browse the source on GitHub.