ibinti / bugvm

This is BugVM
352 stars 51 forks source link

JavaCPP #137

Closed ibinti closed 7 years ago

ibinti commented 7 years ago

Let's see how it goes.

ibinti commented 7 years ago

can it unify bro, swig, jna and jni?

ibinti commented 7 years ago

looks very interesting

ibinti commented 7 years ago

Let's see how to bind iOS frameworks written in C/C++, such as Core Audio. OpenGL, etc.

ibinti commented 7 years ago

Accelerate is first to try.

ibinti commented 7 years ago

Sadly, it seems no static jni for javacpp yet.

ibinti commented 7 years ago

dynamic jni is ok for macOS and Ubuntu, though. Focus on macOS for the moment.

ibinti commented 7 years ago
java -jar javacpp.jar -cp classes/ -properties ios-arm -o lib
bugvm -cp javacpp.jar:classes/ -libs classes/ios-arm/lib.o NativeLibrary

Oh, Boombayah!

ibinti commented 7 years ago

embraces JavaCPP