XPACE.Google.ARCore
1.41.0
dotnet add package XPACE.Google.ARCore --version 1.41.0
NuGet\Install-Package XPACE.Google.ARCore -Version 1.41.0
<PackageReference Include="XPACE.Google.ARCore" Version="1.41.0" />
paket add XPACE.Google.ARCore --version 1.41.0
#r "nuget: XPACE.Google.ARCore, 1.41.0"
// Install XPACE.Google.ARCore as a Cake Addin #addin nuget:?package=XPACE.Google.ARCore&version=1.41.0 // Install XPACE.Google.ARCore as a Cake Tool #tool nuget:?package=XPACE.Google.ARCore&version=1.41.0
.NET Bindings for Google ARCore
This repository contains updated .NET bindings for the Google ARCore library for use with e.g. .NET MAUI.
They are meant as a successor to the old ARCore bindings which are no longer maintained.
The published bindings are only tested to the extent that they compile and can run the HelloAR sample app.
Installation
The bindings are available on NuGet.
dotnet add package XPACE.Google.ARCore
Usage
using Google.AR.Core;
// ...
var session = new Session(Platform.AppContext);
// ...
Please check the official ARCore documentation for more information.
Contributing
Pull requests are welcome. Unfortunately, I don't have the time to properly maintain this repository. If you want to take over, please let me know.
License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-android34.0 is compatible. net9.0-android was computed. |
-
net8.0-android34.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.