Skip to content

Commit 3004edf

Browse files
committed
README.md update
1 parent 2fab6d6 commit 3004edf

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

BlazorWASMWebGPUComputeDemo.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorWASMWebGPUComputeDemo
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpawnDev.Fractals", "..\..\SpawnDev.Fractals\SpawnDev.Fractals\SpawnDev.Fractals.csproj", "{5C8913B7-76A8-4909-AFA3-175FE131F756}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
11+
ProjectSection(SolutionItems) = preProject
12+
README.md = README.md
13+
EndProjectSection
14+
EndProject
1015
Global
1116
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1217
Debug|Any CPU = Debug|Any CPU

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# BlazorWASMWebGPUComputeDemo
1+
# BlazorWASMWebGPUComputeDemo
2+
This project contains Blazor WebAssembly WebGPU demos using [SpawnDev.BlazorJS](https://github.com/LostBeard/SpawnDev.BlazorJS).
3+
4+
### Compute Boids
5+
- [Demo page](https://lostbeard.github.io/BlazorWASMWebGPUComputeDemo/)
6+
- [Original source](https://github.com/webgpu/webgpu-samples/tree/main/sample/computeBoids)
7+
8+
![Compute Boids Image](https://raw.githubusercontent.com/LostBeard/BlazorWASMWebGPUComputeDemo/master/BlazorWASMWebGPUComputeDemo/wwwroot/media/ComputeBoids.jpg)
9+
10+
### Run computations on the GPU
11+
- [Demo page](https://lostbeard.github.io/BlazorWASMWebGPUComputeDemo/Tutorial01)
12+
- [Original source](https://github.com/webgpu/webgpu-samples/tree/main/sample/computeBoids)
13+

0 commit comments

Comments
 (0)