From a8fe4810ca9260694b19e552668e30d110bfca1a Mon Sep 17 00:00:00 2001 From: Alexandre Mommers <919982+ygdrasil-io@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:04:24 +0200 Subject: [PATCH] add wgpu4k (#391) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f72ea926..6fb2e6b8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The bindings are based on the WebGPU-native header found at `ffi/webgpu-headers/ - [cshenton/WebGPU.jl](https://github.com/cshenton/WebGPU.jl) - experimental Julia wrapper - [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 - [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)