Skip to content

Instantly share code, notes, and snippets.

@t-artikov
Created June 2, 2020 03:26
Show Gist options
  • Save t-artikov/0986dbf0dd8de062410216d2bf2de429 to your computer and use it in GitHub Desktop.
Save t-artikov/0986dbf0dd8de062410216d2bf2de429 to your computer and use it in GitHub Desktop.
C++ to Java binding tools
https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/functions.html
https://github.com/java-native-access/jna
https://github.com/spotify/JniHelpers
https://github.com/jmarranz/jnieasy
https://github.com/fusesource/hawtjni
https://github.com/jnr
https://github.com/nativelibs4java/JNAerator
https://github.com/nativelibs4java/BridJ
https://github.com/mapbox/jni.hpp
https://github.com/dropbox/djinni
https://github.com/bytedeco/javacpp
https://github.com/scapix-com/scapix
https://github.com/heremaps/gluecodium
http://www.swig.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment