All Projects → immersal → immersal-sdk-samples

immersal / immersal-sdk-samples

Licence: MIT License
Immersal SDK Unity Samples

Programming Languages

C#
18002 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to immersal-sdk-samples

Illixr
ILLIXR: Illinois Extended Reality Testbed
Stars: ✭ 33 (-57.14%)
Mutual labels:  augmented-reality, ar, mixed-reality
spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (+58.44%)
Mutual labels:  augmented-reality, ar, augmented-reality-applications
fluidAR
augmented reality boilerplate app for iOS (powered by OpenCV and DLIB)
Stars: ✭ 16 (-79.22%)
Mutual labels:  augmented-reality, augmented-reality-applications, augmentedreality
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+2419.48%)
Mutual labels:  augmented-reality, ar, mixed-reality
Realityui
A Swift Package for creating familiar UI Elements and animations in a RealityKit rendered Augmented Reality or Virtual Reality scene.
Stars: ✭ 275 (+257.14%)
Mutual labels:  augmented-reality, ar, mixed-reality
Stereokit
An easy-to-use mixed reality library for building HoloLens and VR applications with C# and OpenXR!
Stars: ✭ 195 (+153.25%)
Mutual labels:  augmented-reality, ar, mixed-reality
native-xr-for-web
Add iOS and Android build with AR capabilities to your website or web-based app.
Stars: ✭ 27 (-64.94%)
Mutual labels:  augmented-reality, ar
UnityPlugin
Ultraleap SDK for Unity.
Stars: ✭ 447 (+480.52%)
Mutual labels:  mixed-reality, xr
learn ar flutter
An Augmented Reality app made in Flutter.
Stars: ✭ 54 (-29.87%)
Mutual labels:  augmented-reality, augmentedreality
PassthroughMeasure
Use your Oculus Quest with Passthrough as a tape measure
Stars: ✭ 43 (-44.16%)
Mutual labels:  augmented-reality, mixed-reality
SpatialAlignment
Helpful components for aligning and keeping virtual objects aligned with the physical world.
Stars: ✭ 29 (-62.34%)
Mutual labels:  augmented-reality, mixed-reality
hololens-terrain-viewer
Holographic mapping powered by ArcGIS
Stars: ✭ 36 (-53.25%)
Mutual labels:  augmented-reality, mixed-reality
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+19.48%)
Mutual labels:  augmented-reality, ar
qml-ar
Seamless Augmented Reality module for QML using UchiyaMarkers
Stars: ✭ 32 (-58.44%)
Mutual labels:  augmented-reality, mixed-reality
ar-simulation
AR Simulation for Unity • Right in the Editor • Minimally Invasive
Stars: ✭ 101 (+31.17%)
Mutual labels:  augmented-reality, xr
V2R
Code for our IJCAI 2020 paper: "Keep It Real: a Window to Real Reality in Virtual Reality".
Stars: ✭ 20 (-74.03%)
Mutual labels:  augmented-reality, ar
jsartoolkit5
Javascript ARToolKit v5.x
Stars: ✭ 37 (-51.95%)
Mutual labels:  augmented-reality, ar
scenery
Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan
Stars: ✭ 107 (+38.96%)
Mutual labels:  ar, xr
emscripten-webxr
WebXR library for use with Emscripten.
Stars: ✭ 21 (-72.73%)
Mutual labels:  ar, xr
DepthMask-Unity-Shader
Simple but powerful Unity shader that enables geometry masking for cutouts, UI, AR, and multiple camera VFX tricks.
Stars: ✭ 102 (+32.47%)
Mutual labels:  augmented-reality, ar

Immersal SDK Samples

In this repository you will find sample projects that use our Immersal SDK, demonstrating some of the functionalities of the Augmented Reality SDK. The currently included examples are listed below:

MultimapSampleScene

A simple scene that localizes the device using previously generated (embedded) maps and displays 3D objects relative to the maps. You need to capture and download your own maps to demonstrate this functionality, see MappingApp below.

ContentPlacementSample

Allows for dropping objects in the AR space. The locations are saved locally, but not persisted across devices.

Content.json

Q: Oh noes! I ran ContentPlacementSample locally on the Unity Editor, and got a content.json not found error.

A: Relax, the content.json is generated when the app is run on an Android or iOS device.

NavigationSample

An AR wayfinding example.

MappingApp

A full-featured app for mapping spaces using an iOS or Android device.

Also available pre-built on App Store and Play Store.

Compatibility

  • Unity 2020.3 LTS
  • AR Foundation 4

Note: Earlier versions of Unity and AR Foundation will still work with minimal script changes.

Installation steps

  1. Clone this repository
git clone https://github.com/immersal/arcloud-sdk-samples.git
  1. Download our Unity Plugin (ImmersalSDKvX_X_X.unitypackage) from here
  2. Launch Unity, click on Open Project, navigate to the arcloud-sdk-samples folder on your computer and press Apply/OK.
  3. Click on Assets -> Import Package -> Custom Package and load the ImmersalSDKvX_X_X.unitypackage.

Optional step:

  1. Click on Window -> Package Manager and install AR Foundation, ARCore XR Plugin, ARKit XR Plugin and TextMesh Pro if required.

Please visit our Developer Documentation for more detailed instructions as to how to use these examples.

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