Skip to content

Commit

Permalink
add webgpu_recorder to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 10, 2023
1 parent e19b60e commit f23ee10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webgpu/lessons/webgpu-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here are some other webgpu resources

# Libraries

## Frameworks
## 3D Libraries

* [three.js](https://threejs.org) [Examples](https://threejs.org/examples/?q=webgpu)
* [babylon.js](https://www.babylonjs.com/)
Expand All @@ -39,7 +39,7 @@ Here are some other webgpu resources
* [wgsl-struct-buffer](https://github.com/deepkolos/wgsl-struct-buffer) - wgsl's struct buffer view in ts with type check & infer
* [webgpu-memory](https://github.com/greggman/webgpu-memory) - tells you how much memory you're using
* [webgpu-avoid-redundant-state-setting](https://github.com/greggman/webgpu-avoid-redundant-state-setting) - checks your code for redundant WebGPU calls

* [webgpu_recorder](https://github.com/brendan-duncan/webgpu_recorder) - records WebGPU to an .HTML fil. Helpful for making a standalone repo of a bug/issue.



0 comments on commit f23ee10

Please sign in to comment.