All Projects → Erkaman → Teapot_shooter

Erkaman / Teapot_shooter

Licence: other
Augmented Reality Teapot Shooter made using Unity and ARCore

Projects that are alternatives of or similar to Teapot shooter

Xr Unity
8th Wall XR Unity projects and resources. Feel free to contribute!
Stars: ✭ 108 (+260%)
Mutual labels:  unity, augmented-reality, arcore
react-native-arcore
React native bindings for Android ArCore as UI Component with support for model rendering and manipulation
Stars: ✭ 35 (+16.67%)
Mutual labels:  augmented-reality, arcore
glimpse-android
An android app to show your products in Augmented Reality (AR). Built using ARCore and Firebase
Stars: ✭ 20 (-33.33%)
Mutual labels:  augmented-reality, arcore
sceneview-android
SceneView is a 3D/AR Android View with ARCore and Google Filament. This is the newest way to make your Android 3D/AR app.
Stars: ✭ 100 (+233.33%)
Mutual labels:  augmented-reality, arcore
Simple Webxr Unity
⭐ Bringing WebXR to Unity 3D with 3 files ! B-)
Stars: ✭ 215 (+616.67%)
Mutual labels:  unity, augmented-reality
Hololenscamerastream
This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens camera for computer vision (or anything they want).
Stars: ✭ 233 (+676.67%)
Mutual labels:  unity, augmented-reality
awesome-arcore
⚡️ A curated list of awesome ARCore projects and resources. Feel free to contribute!
Stars: ✭ 16 (-46.67%)
Mutual labels:  augmented-reality, arcore
Hololenswithopencvforunityexample
HoloLens With OpenCVforUnity Example
Stars: ✭ 142 (+373.33%)
Mutual labels:  unity, augmented-reality
sceneform-android
Sceneform Maintained is an ARCore Android SDK with Google Filament as 3D engine. This is the continuation of the archived Sceneform
Stars: ✭ 303 (+910%)
Mutual labels:  augmented-reality, arcore
Virocore
ViroCore cross-platform AR/VR renderer
Stars: ✭ 270 (+800%)
Mutual labels:  augmented-reality, arcore
Jeelizar
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
Stars: ✭ 296 (+886.67%)
Mutual labels:  augmented-reality, arcore
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+560%)
Mutual labels:  unity, demo
Fritz Examples
A collection of experiences utilizing machine learning models from Fritz AI
Stars: ✭ 181 (+503.33%)
Mutual labels:  unity, arcore
learn ar flutter
An Augmented Reality app made in Flutter.
Stars: ✭ 54 (+80%)
Mutual labels:  augmented-reality, arcore
Arucounity
Bring augmented reality to Unity by tracking Aruco markers in real time.
Stars: ✭ 144 (+380%)
Mutual labels:  unity, augmented-reality
augmentedreality
Augmented Reality examples for Android.
Stars: ✭ 14 (-53.33%)
Mutual labels:  augmented-reality, arcore
Fontainebleaudemo
Fontainebleau demo
Stars: ✭ 524 (+1646.67%)
Mutual labels:  unity, demo
Arkit Unity3d
Access ARKit features like world-tracking, live video rendering, plane estimation and updates, hit-testing API, ambient light estimation, and raw point cloud data.
Stars: ✭ 124 (+313.33%)
Mutual labels:  unity, augmented-reality
Unity Webxr Export
Develop and export WebXR experiences using Unity WebGL
Stars: ✭ 130 (+333.33%)
Mutual labels:  unity, augmented-reality
stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (-23.33%)
Mutual labels:  augmented-reality, arcore

Augmented Reality Teapot Shooter in Unity

Animated

For a better quality video, click below:

Result

A small demo application that implements an Augmented Reality teapot shooter with Unity and ARCore. You can use this application to shoot teapots in a real room. You must wait a little until it has tracked the room, and then you can start shooting by simply tapping the screen.

This demo is mostly just a modification of the HelloAR sample. The files that contain the main logic, is in the files Assets/GoogleARCore/Examples/HelloAR/Scripts/HelloARController.cs and Assets/GoogleARCore/Examples/HelloAR/Scripts/SurfaceManager.cs

The implementation is pretty simple: the app simply creates collision shapes from the planes tracked by ARCore, and these are used by the Unity physics engine for the collision between the teapots and the planes.

A compiled apk is provided as teapot_shooter.apk.

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