JNR has lots of wierd quirks, has little documentation, and has bugs that make developing with it very strange. See #15 and #16 See https://github.com/jnr/jnr-ffi/issues/181 See #24 In the long term, wgpu-java should migrate away from jnr-ffi to either lwjgl generators or to (preferably) Panama. Alternatives: LWJGL Generator: https://github.com/LWJGL/lwjgl3-wiki/wiki/4.3.-The-Generator Project Panama: https://openjdk.java.net/projects/panama/
JNR has lots of wierd quirks, has little documentation, and has bugs that make developing with it very strange.
See #15 and #16
See jnr/jnr-ffi#181
See #24
In the long term, wgpu-java should migrate away from jnr-ffi to either lwjgl generators or to (preferably) Panama.
Alternatives:
LWJGL Generator: https://github.com/LWJGL/lwjgl3-wiki/wiki/4.3.-The-Generator
Project Panama: https://openjdk.java.net/projects/panama/