Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use open3d on mobile devices? #6579

Open
3 tasks done
kaustubh726 opened this issue Jan 8, 2024 · 1 comment
Open
3 tasks done

How to use open3d on mobile devices? #6579

kaustubh726 opened this issue Jan 8, 2024 · 1 comment
Labels

Comments

@kaustubh726
Copy link

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.

@ssheorey
Copy link
Member

ssheorey commented Jan 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants