Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

How to use open3d on mobile devices?

Open kaustubh726 opened this issue 1 year ago • 1 comments

Checklist

My Question

I have designed desktop applications for windows and macos for 3D reconstructions of point cloud data. I have used algorithms from open3d library for the same. I was thinking if it was possible to create a library to be used in mobile applications, particularly iOS and iPadOS platform. One thing I noticed is, Open3D is dependent on OpenGL and this makes it unsuitable for building a library for iOS application.
I was wondering whether is it possible to create '.a' or '.dylib' file for open3d for an ios application. I have looked for answers and have found few workarounds but none have directly ported open3d for ios application. Are there any plans from community for the same? Would like to contribute to it if possible.

kaustubh726 avatar Jan 08 '24 13:01 kaustubh726

We are trying to upgrade visualization to drop the OpenGL requirement. See PR #6511 . With this PR, it should be possible to use on Android and iOS, but additional changes are likely needed. Please try out the PR on desktop and mobile. PRs for Android / iOS support are welcome.

ssheorey avatar Jan 09 '24 07:01 ssheorey