LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.01k stars 127 forks source link

[Question] - Is there a version of this repo that exists for xamarin #176

Closed DanielMcMahon closed 4 years ago

DanielMcMahon commented 4 years ago

Hi, im curios to know is there a build that exists out there for xamarin?

Ive done a fair amount of searching and i cant find it at all. In work we use this library to query a js object on Xamarin Android, Is there any documentation how you would build it for Xamarin Android/Forms?

Many thanks

ackava commented 4 years ago

@DanielMcMahon I created Xamarin-v8 from this repository, https://github.com/web-atoms/xamarin-v8

DanielMcMahon commented 4 years ago

@ackava Are there any details docs for this ? I can see the read.me but not the Full documentation ... I appreciate there not be any or in the process of building.

Many Thanks

ackava commented 4 years ago

There is no build needed, just import the nuget package and start using namespace Xamarin.Android.V8, I will update the doc.

DanielMcMahon commented 4 years ago

@ackava Thats great, Thank you !