googlecreativelab / ar-drawing-java

A simple AR drawing experiment build in Java using ARCore.

Home Page:https://experiments.withgoogle.com/ar/arcore-drawing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AR Drawing

AR Drawing is an AR Experiment written in Java using ARCore that lets you draw simple white lines in 3d space by pressing your screen and moving the phone around the space.

The code is based on the ARCore example, the only large change is the LineRenderer.

The experiment is an continuation of an openFrameworks experiment made previously.

This is not an official Google product, but an AR Experiment that was developed at Google Creative Lab.

Get started

To build the project, download it and open it in Android Studio 3.0. All dependencies should automatically be fetched by Android Studio.

Before launching the app on your phone you have to install ARCore on it.

You can check if your device is supported on this list

Contributors

Jonas Jongejan, Dan Moore

About

A simple AR drawing experiment build in Java using ARCore.

https://experiments.withgoogle.com/ar/arcore-drawing

License:Apache License 2.0


Languages

Language:Java 93.5%Language:GLSL 6.5%