All Projects → SyamSundarKirubakaran → processing-ar

SyamSundarKirubakaran / processing-ar

Licence: other
🔮 ARCore Renderer for Processing-Android

Programming Languages

java
68154 projects - #9 most used programming language
GLSL
2045 projects

Projects that are alternatives of or similar to processing-ar

processing-sketchbook
Open Source Sketchbook written in Processing Language
Stars: ✭ 18 (-10%)
Mutual labels:  processing-android, processing-sketch, processing-language, processing-library
sketch-mapper
A reimagining of SurfaceMapperGUI for Processing
Stars: ✭ 33 (+65%)
Mutual labels:  processing-language, processing-library
VR audioscape
Google Summer of Code 2017 project - VR application built with processing-android
Stars: ✭ 32 (+60%)
Mutual labels:  processing-android
teilchen
a simple physics library based on particles, forces, constraints and behaviors
Stars: ✭ 22 (+10%)
Mutual labels:  processing-library
awesome-processing
🎨 Creative Coding @processing Resources that u like
Stars: ✭ 39 (+95%)
Mutual labels:  processing-language
generative-art-Processing
Processingによるアート作品をまとめたリポジトリです.一部の作品はopenFrameworksで書かれています.This is a repository for art portfolio of Processing art. Some of arts are written in openFrameworks, one of the C++ libraries.
Stars: ✭ 31 (+55%)
Mutual labels:  processing-sketch
Speculative-Sea-Level-Explorer
Reshaping the coastline by climate change and any other speculative sea level
Stars: ✭ 18 (-10%)
Mutual labels:  processing-sketch
TUIO11 Processing
Processing TUIO 1.1 client
Stars: ✭ 13 (-35%)
Mutual labels:  processing-library
PGS
Processing Geometry Suite
Stars: ✭ 39 (+95%)
Mutual labels:  processing-library
planetarium
A Processing library for dome projection.
Stars: ✭ 45 (+125%)
Mutual labels:  processing-library

Image

AR library for Processing-Android

Android ARCore In Progress
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. 🎉

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 to vr Directory.
    NOTE: Rename the cloned directory as ar and the name of the module to be processing-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 see ar.jar file appear under libraries/ar/library.
  • Once built, hit Run. You'll see AR appear under Sketch -> Import Library... -> AR.
  • On clicking it, you'll get an import to the AR Library as import processing.ar.*;.

Working:

Warning:

⚠️ Depricated ⚠️ - 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].