-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Task
The README currently has animated previews for Canvas, WebGL, and DOM, but the WebGPU section is missing its GIF. We need a visual demo to complete the gallery.
Requirements
- Frame Rate: 30 FPS.
- Resolution: 400px wide (to match existing GIFs).
- Source: Run the code in
examples/webgpu/. - File Path: Save as
docs/images/webgpu_demo.gif.
Steps for Contributor
- Build the toolchain:
./build.sh - Compile the WebGPU demo:
./webcc examples/webgpu/main.cc - Record the browser window (using a tool like ScreenToGif, GIPHY Capture, or ffmpeg).
- Update the
README.mdto display the image.
Note: Ensure you are using a browser that supports WebGPU (Chrome/Edge/Nightly) to record the capture!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers