processing-ar
processing-ar copied to clipboard
🔮 ARCore Renderer for Processing-Android
AR library for Processing-Android
This library includes ARCore renderer to create AR apps using Processing.
:tada: This AR Renderer is now a part of Processing Android Core :tada:
:tada: You can follow this tutorial to use this Library. :tada:
Steps to build:
- 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
Libraries
Directory right next tovr
Directory.
NOTE: Rename the cloned directory asar
and the name of the module to beprocessing-ar
.
- Make sure to import
processing-ar
as a module in your IDE.
- Build it using the
ant
command through terminal and on Successful build, you'll seear.jar
file appear underlibraries/ar/library
.
- Once built, hit Run. You'll see
AR
appear underSketch -> Import Library... -> AR
.
- On clicking it, you'll get an import to the AR Library as
import processing.ar.*;
.
Working:
Warning:
:warning: Depricated :warning: - This repo uses ANT built system which is now replaced with Gradle and merged with the main repo. Clone and build the Android Core which contains this Renderer.