From e1782cacfe8fba35b41a97bec19dcbc0313b1f50 Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Thu, 18 Jun 2026 20:40:01 +0200 Subject: [PATCH] readme: update README to point to Oliver's version, which is now what cogentcore uses. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 13babd7..a89a0b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # WebGPU +**IMPORTANT:** please use https://github.com/oliverbestmann/webgpu as the currently-maintained fork of this original code!! + +This repository is being maintained in its original state for the dependencies that used it, but will not be updated. + +## Original info + Go bindings for WebGPU, a cross-platform, safe graphics API. It runs natively using [wgpu-native](https://github.com/gfx-rs/wgpu-native) on Vulkan, Metal, D3D12, and OpenGL ES based on https://github.com/rajveermalviya/go-webgpu. It also comes with web (JS) support based on https://github.com/mokiat/wasmgpu. For more information, see: @@ -26,3 +32,4 @@ The included static libraries are built via [GitHub Actions](.github/workflows/b ## Sponsors We thank Michael Reinstein and our other [sponsors](https://github.com/sponsors/cogentcore) for their support, which allows us to spend more time improving Cogent Core and Go WebGPU. +