From 41483959ba388278fac91abc27983382d196c90e Mon Sep 17 00:00:00 2001 From: Alexander Hinze Date: Fri, 13 Dec 2024 23:22:38 +0100 Subject: [PATCH] Update README to include Multiplatform wgpu (#447) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 163d08ad..8b1ec9f7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The bindings are based on the WebGPU-native header found at `ffi/webgpu-headers/ - [dvijaha/WGPUNative.jl](https://github.com/dvijaha/WGPUNative.jl) - stable Julia wrapper - [kgpu/wgpuj](https://github.com/kgpu/kgpu/tree/master/wgpuj) - Java/Kotlin wrapper - [wgpu4k/wgpu4k](https://github.com/wgpu4k/wgpu4k) - WIP Kotlin Multi Platform wrapper +- [karmakrafts/Multiplatform wgpu](https://git.karmakrafts.dev/kk/multiplatform-wgpu) - Kotlin/Native wrapper - [rajveermalviya/go-webgpu](https://github.com/rajveermalviya/go-webgpu) - Go wrapper - [WebGPU-C++](https://github.com/eliemichel/WebGPU-Cpp) - Auto-generated C++ wrapper (developed for the [Learn WebGPU native](https://eliemichel.github.io/LearnWebGPU) course) - [jai_wgpu_native](https://github.com/SogoCZE/jai_wgpu_native) - Raw Jai bindings