googlearchive / tango-examples-c

JNI example projects for Project Tango [deprecated] C-API
https://developers.google.com/ar
Apache License 2.0
337 stars 204 forks source link

c++ examples? #101

Open AlexLee opened 7 years ago

AlexLee commented 7 years ago

Are there any c++ examples in this repo? The examples all link to java code

sjfricke commented 7 years ago

All the c++ code is located in the /app/src/main/jni folder of each demo. The Java code you see is just the UI layer that also kicks off all the c++ examples.

Also the c++ files are all .cc files extensions in these samples