Skip to content

Commit b930540

Browse files
committed
Added README
1 parent 33f8cc6 commit b930540

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# WebGPU Bindings for Java
2+
3+
This project automatically generates and packages Panama bindings for the
4+
[wgpu-native](https://github.com/gfx-rs/wgpu-native) implementation of
5+
[WebGPU's native C API](https://github.com/webgpu-native/webgpu-headers/).
6+
This is an automated process - everytime there is a new release of `wgpu-native`,
7+
a GitHub Action in this repository generates and publishes a corresponding binding.
8+
9+
The built jar files are published as Maven artifacts in the
10+
[MyWorld Package Repository](https://github.com/MyWorldLLC/Packages/packages/2097504).
11+
Note that it is currently the case that you are responsible for acquiring and packaging
12+
`wgpu-native` builds for your platform, however, support for publishing these libraries
13+
as `jlink`-able modules as planned.

0 commit comments

Comments
 (0)