AltroEasyAR 4.6.4
dotnet add package AltroEasyAR --version 4.6.4
NuGet\Install-Package AltroEasyAR -Version 4.6.4
<PackageReference Include="AltroEasyAR" Version="4.6.4" />
paket add AltroEasyAR --version 4.6.4
#r "nuget: AltroEasyAR, 4.6.4"
// 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 | Versions 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. |
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.