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

iOS Support #4

Open
3 tasks
geovie opened this issue Jul 28, 2017 · 0 comments
Open
3 tasks

iOS Support #4

geovie opened this issue Jul 28, 2017 · 0 comments

Comments

@geovie
Copy link
Collaborator

geovie commented Jul 28, 2017

Most of the Vuforia code is platform independent, only the initialization and the rendering portion of our code is different depending on the platform and the render backend that is used.
To port the plugin to iOS the following is needed:

  • add the vuforia-ios-sdk to the build and link with the libraries on iOS
  • handle vuforia initialization on iOS (call Vuforia::init etc)
  • optionally add support for metal (the current rendering code should already work with the opengl es 3 target)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant