Releases: SyamSundarKirubakaran/processing-ar
Releases · SyamSundarKirubakaran/processing-ar
AR Library v1.0
This release consist of the following renderers:
- PBackground
- PPlane
- PPointcloud
- Pobject
Building the library using Gradle unlike the previous release that made use of ant build scripts.
Examples for the library.
Documentation to build the library along with the Processing - Android can be found here.
Branch:
- master - Uses ant build system
- new-build - Uses Gradle build system
Mentors:
- Jesus Duran - @jd-gh
- Andres Colubri - @codeanticode
Note: The zip files is meant for gradle builds only (ant builds are outdated).
AR Renderer Pre-Release v0.6-alpha
This Release consist of the following Renderers:
- PBackground - Background Renderer
- PPlane - Plane Renderer
- PPointcloud - Point Cloud Renderer
that makes use of the ARCore API and helps building & deploying AR apps using Processing through Android Mode. You can test by running the example attached for the AR Library.
Release Notes:
- This release is meant to check if the Real-time camera image is integrated with the AR scene seamlessly.
- This release can find horizontal planes.
- This release can render Point Clouds.
- This release doesn't support importing of objects into the AR scene through processing (This will be accomplished by the next release - v1.0 - stable release).
Branch:
- master - Uses ant build system
- new-build - Uses Gradle build system
Mentors:
- Jesus Duran - @jd-gh
- Andres Colubri - @codeanticode
Note: The zip files for ant and gradle build are attached please to download and make use of appropriate zip for your current build system.