Using JNI in Openframeworks Android (Part I)
This tutorial is a brief introduction to JNI ( Java Native Interface) where we’ll look over the benefits and potential uses in the Openframeworks Android (OF Android) context.Specifically, we’ll see how to call native elements from an OpenFrameworks’ application. This…
Using JNI in Openframeworks Android (Part II)
In this second post (visit part I for an introduction), we’ll see how to call native Openframeworks code from a Java Android method. In order to carry out this kind of communication it is mandatory to edit two files from…
Recent Comments