This library includes ARCore renderer to create AR apps using Processing.
🎉 This AR Renderer is now a part of Processing Android Core 🎉
🎉 You can follow this tutorial to use this Library. 🎉
- Make sure you have both Processing and Processing-Android built before you proceed.
- For Building Processing-Android refer Wiki.
- Once built, clone processing-ar into the
LibrariesDirectory right next tovrDirectory.
NOTE: Rename the cloned directory asarand the name of the module to beprocessing-ar. - Make sure to import
processing-aras a module in your IDE. - Build it using the
antcommand through terminal and on Successful build, you'll seear.jarfile appear underlibraries/ar/library. - Once built, hit Run. You'll see
ARappear underSketch -> Import Library... -> AR. - On clicking it, you'll get an import to the AR Library as
import processing.ar.*;.

