Skip to content

v0.2.9

Choose a tag to compare

@tonyblu331 tonyblu331 released this 08 Jun 12:32
· 8 commits to master since this release

Added

  • Headless WebGPU runtime on the root package: createDebugPipelineRuntime, createDebugViewportRenderer, createDebugPipelineRuntimeKey, and readHeatmapCostFromCanvas.
  • DebugViewsOptions, DebugViewsControlValues, and layout/pane helpers exported from the React-free entrypoint.
  • Starlight Headless Runtime guide and unit tests for control helpers and pipeline runtime keys.

Changed

  • /r3f is now a thin adapter over the canonical core runtime.
  • useDebugViewsControls imports types from core instead of the R3F module.
  • Removed the monolithic debug-views-post.tsx implementation file. Public R3F API unchanged for DebugViewLayer consumers.