RecyclingTrashCans / recycling-trashcan-armap

AR map to help finding recycling trashcan locations of CSU Fresno (powered by a companion website, ARCore Geospatial API and Terrain Anchors)
https://play.google.com/store/apps/details?id=dev.csaba.armap.recyclingtrashcans
Apache License 2.0
1 stars 2 forks source link

Integrate maintained Sceneform SDK #11

Closed MrCsabaToth closed 1 year ago

MrCsabaToth commented 1 year ago

ThomasGorisse's fork is maintained: https://github.com/ThomasGorisse/sceneform-android-sdk Since our application does not require image activation, we don't have to deal with incompatibilities related to that. Sceneform would allow easy pin selection (ray hit testing of a tap) on the 3D scene.

MrCsabaToth commented 1 year ago

Thomas Gorisse now has a Kotlin rewrote SceneForm SDK called SceneView: https://github.com/SceneView/sceneview-android

MrCsabaToth commented 1 year ago

Closing in favor of #18