-
I'd like for the JNI code to attach as a daemon thread. This will allow my applications to cleanly exit when using the hack provided #143. It will also be useful when I finish my bindings for Decklink…
-
Several people have been asking whether smoldot could be embedded in a mobile app.
I'm opening this issue as a way to take notes.
For iOS, the smoldot client code (in Rust) needs to be compiled …
-
This looks like a really neat as a way to serialize a large number of protobuffers. I see there's C++ and Python but at least my reader process is Spark based, so Java. Any chance there's a Java por…
-
We're looking for contributors who will help us to provide Swift and JVM (Java/Kotlin) langage bindings for the project. This is a paid offer - you have an opportunity to work on OSS project and get p…
-
Was trying to setup something to use BUILD_PREFIX and have zyre/czmq/libzmq dependencies installed somewhere else than under
/usr/local/lib
Finally, I come to this:
```
export BUILD_PREFIX=${…
-
Is there any way to use the kinect v2 via libfreenect2 in a Java program?
-
See #76 for some background.
It would be nice to be able to define the FFI functions more like regular rust functions with rust error handling rather than as `extern "C"` functions. The current way…
-
## Problem
1) It is not required to bind an application context for go jni code to work. For native activities that uses context, this might be case, but not all go library code needs this.
2) Comp…
-
- [x] JNI bindings
- [x] BwtDaemon wrapper
- [x] Background worker
- [x] Settings screen
- [x] Custom date picker
- [x] Expandable advanced section
- [x] Help texts
- [ ] Validation
…
-
Wasn't sure whether to open a discussion for this, but essentially just wanted to make sure to give a heads up here that I've been chipping away at some maintenance chores for jni-sys and based on iss…