All Projects → google → helloargdx

google / helloargdx

Licence: other
Investigating using ARCore preview with LibGDX. See https://medium.com/@wilkinsonclay/investigating-arcore-with-libgdx-f69b83764118 for more info

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to helloargdx

TextureUnPacker
This is reverse engineering of Texture Packer used in LibGdx Projects.
Stars: ✭ 36 (-28%)
Mutual labels:  libgdx
thelema-engine
Thelema - 3D graphics engine, written in Kotlin. Based on sources of libGDX.
Stars: ✭ 51 (+2%)
Mutual labels:  libgdx
xibalba
A Mayan roguelike
Stars: ✭ 50 (+0%)
Mutual labels:  libgdx
miniscript
A scripting library for Java-based games
Stars: ✭ 33 (-34%)
Mutual labels:  libgdx
ShapeOfThingsThatWere
strategy game based on hex map and discoveries
Stars: ✭ 23 (-54%)
Mutual labels:  libgdx
gdx-controllers
A libGDX cross platform game controllers extension
Stars: ✭ 39 (-22%)
Mutual labels:  libgdx
ArCoreMeasurement
Its measurement app made using kotlin with sceneform sdk by google
Stars: ✭ 38 (-24%)
Mutual labels:  arcore-android
libgdx-template
🎮 Starter project for libGDX. Perfect for Game Jams.
Stars: ✭ 18 (-64%)
Mutual labels:  libgdx
HyperLap2D
A powerful, platform-independent, visual editor for complex 2D worlds and scenes.
Stars: ✭ 226 (+352%)
Mutual labels:  libgdx
YarnGdx
YarnGdx is a Libgdx Library for interactive dialogue in games! This is a port of [YarnSpinner](https://github.com/thesecretlab/YarnSpinner) by thesecretlab
Stars: ✭ 25 (-50%)
Mutual labels:  libgdx
react-native-arcore
React native bindings for Android ArCore as UI Component with support for model rendering and manipulation
Stars: ✭ 35 (-30%)
Mutual labels:  arcore-android
cocos2d-java
cocos2d java api base libgdx
Stars: ✭ 15 (-70%)
Mutual labels:  libgdx
jumpdontdie
Source code for the Android game developed on my YouTube tutorial. Made using libGDX, Scene2D, Box2D.
Stars: ✭ 45 (-10%)
Mutual labels:  libgdx
Particle-Park
A LibGDX particles showcase.
Stars: ✭ 46 (-8%)
Mutual labels:  libgdx
gdx-controllerutils
Controller Utilities for libGDX
Stars: ✭ 48 (-4%)
Mutual labels:  libgdx
thelegendofericc
Single player roguelike tile-based game written in Java using LibGDX and Ashley
Stars: ✭ 22 (-56%)
Mutual labels:  libgdx
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-54%)
Mutual labels:  libgdx
uracer-kotd
A GLES2 top-down racer, built on top of libgdx and Box2D.
Stars: ✭ 95 (+90%)
Mutual labels:  libgdx
gdx-fireapp
libGDX Firebase API
Stars: ✭ 57 (+14%)
Mutual labels:  libgdx
xgbc
Game Boy emulator written in Kotlin using libGDX
Stars: ✭ 44 (-12%)
Mutual labels:  libgdx

Hello AR GDX - Using ARCore with libGDX

Now updated for DP2 of the ARCore SDK!

This is a port of the hello ar sample for ARCore to libGDX. The most obvious advantage to this implemention is that there is no requirement to use or understand OpenGL ES, which is a large barrier to creating augmented reality apps in Java.

The sample shows the basics of ARCore: plane detection, anchoring objects in space, and light estimation (coming soon). In addition, it illustrates how to use GDX to make an application and integrate non-graphical Android UI such as Snackbars into the activity.

DISCLAIMER This is not an official Google product.

I work at Google, but this specific project was created personally as I investigated using ARCore in Java apps. I can't commit to maintaining or supporting this project's use.

LICENSE

Copyright 2017 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].