All Projects → HalfdanJ → Ofxarcore

HalfdanJ / Ofxarcore

Licence: apache-2.0
Experimental addon for openFrameworks to use ARCore on Android devices

Projects that are alternatives of or similar to Ofxarcore

Norman Ar
Decorate your world with AR animations.
Stars: ✭ 122 (-29.48%)
Mutual labels:  openframeworks, arcore
Arcore
ARCore Course
Stars: ✭ 148 (-14.45%)
Mutual labels:  arcore
Vocable Android
Vocable for Android
Stars: ✭ 81 (-53.18%)
Mutual labels:  arcore
Invisible Highway
Invisible Highway is an experiment in controlling physical things in the real world by drawing in AR. Simply make a pathway along the floor on your phone and the robot car will follow that path on the actual floor in your room. A custom highway with scenery is generated along the path to make the robots a little more scenic on your phone screen.
Stars: ✭ 118 (-31.79%)
Mutual labels:  arcore
Justaline Ios
The first cross-platform collaborative AR app (for doodling)
Stars: ✭ 98 (-43.35%)
Mutual labels:  arcore
Vscode of
openFrameworks empty example for visual studio code
Stars: ✭ 129 (-25.43%)
Mutual labels:  openframeworks
Ofxio
A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.
Stars: ✭ 78 (-54.91%)
Mutual labels:  openframeworks
Ofxlibwebsockets
[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
Stars: ✭ 171 (-1.16%)
Mutual labels:  openframeworks
Ofxbullet
Bullet Physics Wrapper for Openframeworks
Stars: ✭ 138 (-20.23%)
Mutual labels:  openframeworks
Viro
ViroReact: AR and VR using React Native
Stars: ✭ 1,735 (+902.89%)
Mutual labels:  arcore
Xr Unity
8th Wall XR Unity projects and resources. Feel free to contribute!
Stars: ✭ 108 (-37.57%)
Mutual labels:  arcore
Arcoreutils
Unity plugin that adds shadow and collision to ARCore.
Stars: ✭ 103 (-40.46%)
Mutual labels:  arcore
Ofxremoteui
OpenFrameworks addon serves any number of variables (bool, float, int, enum, string, ofColor) on the network, so that you can modify from outside the OF app. Includes a native OSX Client. OSC based.
Stars: ✭ 132 (-23.7%)
Mutual labels:  openframeworks
Ofxfontstash
Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
Stars: ✭ 84 (-51.45%)
Mutual labels:  openframeworks
Arcoreinsideouttrackinggearvr
Inside Out Positional Tracking (6DoF) for GearVR/Cardboard/Daydream using ARCore v1.6.0
Stars: ✭ 150 (-13.29%)
Mutual labels:  arcore
Sceneform Samples
Sceneform samples for 3D rendering for ARCore in Java.
Stars: ✭ 79 (-54.34%)
Mutual labels:  arcore
Nativescript Ar
Augmented Reality NativeScript plugin
Stars: ✭ 107 (-38.15%)
Mutual labels:  arcore
Realtimepathplanning
Sampling based rewiring approaches to solve motion planning problems for a robot with dynamic obstacles
Stars: ✭ 171 (-1.16%)
Mutual labels:  openframeworks
Ofxgpio
Library C++ for raspberrypi and orangepi, GPIO interfaces compatible with openframeworks.
Stars: ✭ 155 (-10.4%)
Mutual labels:  openframeworks
Ofxhapplayer
A Hap player for OpenFrameworks
Stars: ✭ 135 (-21.97%)
Mutual labels:  openframeworks

ofxARCore

Experimental addon for openFrameworks to use ARCore on Android devices.

preview

About

This openFrameworks addon implements some of the basic features from the ARCore API to be used in openFrameworks. This addon is not feature complete yet. Currently it only supports the basic camera tracking, rendering the camera image, besides basic anchor support. Even though its not feature complete, it should give a good starting point to work with AR in openFrameworks.

This is not an official Google product.

Developer guide

To use the addon, you need the development branch of openFrameworks from github. Follow the Android Studio guide to learn how to get started with openFrameworks and Android.

To add the addon, add ofxARCore to addons.make in your project, or through the project generator. Additionally you will need to add the following two lines to the end of settings.gradle of your project:

To see basic usage of the addon, see the example code

Examples

Basic example

Shows how to use the addon in the most basic way, just rendering a grid centered around origin.

Drawing example

A simple demo that lets you draw in the air.

The app calculates the world coordinates from touch events on the screen, and draws a continuous white line through the air. Read more on AR Experiments site.

There is also a never version ported to Java available here: github.com/googlecreativelab/ar-drawing-java

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].