From a4405039a0176f29f50997abc0cca173f68080fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sm=C4=9Bl=C3=BD?= Date: Wed, 14 Aug 2024 14:15:21 +0200 Subject: [PATCH] Added Raw Jai bindings to readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fb2e6b8..59dd0e74 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The bindings are based on the WebGPU-native header found at `ffi/webgpu-headers/ - [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) +- [jai_wgpu_native](https://github.com/SogoCZE/jai_wgpu_native) - Raw Jai bindings ## Pre-built binaries