https://github.com/maluoi/skarcore
Minimal example of using ARCore with StereoKit
https://github.com/maluoi/skarcore
Last synced: 10 months ago
JSON representation
Minimal example of using ARCore with StereoKit
- Host: GitHub
- URL: https://github.com/maluoi/skarcore
- Owner: maluoi
- License: mit
- Created: 2024-08-23T17:01:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T18:38:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T21:39:28.855Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 218 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# StereoKit ARCore
This is a very minimal example of using ARCore with StereoKit [based on Nakamir's work](https://github.com/Nakamir-Code/SKARCore/tree/develop/Examples/StereoKitTest/StereoKitTest_ARCore) using vanilla StereoKit and recently added features instead of a fork. This is just for pose and AR background, and is not currently robust to rotations or other lifecycle events.
Most of this project is boilerplate from the multiplatform StereoKit template, but the key part of this code is implemented as an `IStepper`, [ARCore](/ARCore.cs) which depends on a [custom skybox shader](/Assets/skyUnlitExternal.hlsl). Right now this works best with an `SKSettings.mode` of `AppMode.Window`, and relies on StereoKit v0.4.0-preview.713 or later.
