From 37a5e0269955f5c66d5a63e8cf2742daeb9ddaea Mon Sep 17 00:00:00 2001 From: slowriot Date: Sun, 8 Dec 2024 13:38:53 +0000 Subject: [PATCH] Update readme for shader demo --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f00cd4..14b222f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ -# WebGPU Emscripten demo 3 for the Armchair Engine +# WebGPU Emscripten shader demo for the Armchair Engine -This is part two of a simple proof of concept, a minimal 3D engine written in C++, compiled to WASM with Emscripten. Running in the browser, rendering with WebGPU. +A simple WGSL shader test program running a fullscreen quad, written in C++, compiled to WASM with Emscripten. Running in the browser, rendering with WebGPU. For the previous demos, see: - https://github.com/Armchair-Software/webgpu-demo - https://github.com/Armchair-Software/webgpu-demo2 +- https://github.com/Armchair-Software/boids-webgpu-demo -Differences: TODO +Details: TODO ## Live demo -Live demo: https://armchair-software.github.io/webgpu-demo3/ +Live demo: https://armchair-software.github.io/webgpu-shader-demo/ This requires Firefox Nightly, or a recent version of Chrome or Chromium, with webgpu and Vulkan support explicitly enabled.