CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
330 stars 238 forks source link

Migrate Android-part of plugin to community-maintained Sceneform #16

Open CariusLars opened 3 years ago

CariusLars commented 3 years ago

The community-maintained version of sceneform (https://github.com/ThomasGorisse/sceneform-android-sdk/tree/v1.19.1) seems to be well-maintained with new features like Depth API having been added recently, so it probably makes sense to move from the archived Sceneform to the community-maintained one and include the Depth API in the process

KennyChan94P commented 2 years ago

hi @CariusLars, may i know what is the correct way to move from the archived Sceneform to the community-maintained one for this plugin? i would like to contribute on that. any link for tutorial will be good.

kamami commented 2 years ago

What is the status on this? @KennyChan94P Did you already make some progress on this?