ZigAndroidTemplate icon indicating copy to clipboard operation
ZigAndroidTemplate copied to clipboard

Use zig-java/jui for JNI

Open desttinghim opened this issue 2 years ago • 0 comments

https://github.com/zig-java/jui

jui (Java Universal Interface) is a pre-existing JNI binding for zig. The current JNI binding in ZigAndroidTemplate is duplicating this effort, and I think it would be a good idea to try using jui instead.

desttinghim avatar Jan 11 '23 19:01 desttinghim