AltroEasyAR 4.6.4

dotnet add package AltroEasyAR --version 4.6.4
NuGet\Install-Package AltroEasyAR -Version 4.6.4
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="AltroEasyAR" Version="4.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AltroEasyAR --version 4.6.4
#r "nuget: AltroEasyAR, 4.6.4"
#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 AltroEasyAR as a Cake Addin
#addin nuget:?package=AltroEasyAR&version=4.6.4

// Install AltroEasyAR as a Cake Tool
#tool nuget:?package=AltroEasyAR&version=4.6.4

EasyAR - Xamarin Wrapper - EasyAR Sense 4.6.1.10366-981ec3f3e


What is it?

EasyAR provides a C# API for their Augmented Reality framework, however, using this API in a cross platform manner via Xamarin isn't straight forward. This project wraps the EasyAR provided API to make it easier to use in crross-platform Xamarin Android/iOS projects using the bait-and-switch trick described here.


Usage

Initialize EasyAR in the platform specific classes using a key provided by EasyAR as described in the Getting Started Guide.

For iOS do the following in you Application Class:

EasyAR.Engine.initialize(KEY);

For Android do the following in your Activity Class:

EasyAR.Engine.initialize(this, KEY);

After initialization all code can be written in the shared project using the EasyAR C# API.

License

While this project is unlicensed, it wraps and depends on the SDK distributed by EasyAR and licensed under EasyAR's licensing terms.

This projects goal is solely to make it simpler to use EasyAR in a Xamarin project, not to replace, fix, test, or add any functionality to EasyAR itself.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed.  monoandroid13 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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
4.6.4 317 10/25/2023
4.6.3 134 10/25/2023
4.6.2 144 10/25/2023
4.6.1 137 10/20/2023
4.0.2 132 10/20/2023
4.0.1 118 10/19/2023
4.0.0 116 10/19/2023
1.0.0 96 10/19/2023