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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XPACE.Google.ARCore" Version="1.41.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XPACE.Google.ARCore --version 1.41.0
#r "nuget: XPACE.Google.ARCore, 1.41.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
1.41.0 222 1/3/2024
1.0.0 112 1/3/2024