3D Object / Augmented Reality Libraries for iOS

I want to create an augmented reality application for the iPhone.

To be more specific, I want to create a 3D object of certain dimensions that will be superimposed on the camera input so that the user can "move" the object.

Are there libraries for creating (or at least trying to create ..) such objects / applications for iphone?

+6
source share
2 answers

You can use the Mobile SDK from metaio: http://www.metaio.com/sdk/

It will be easier to use than ARToolKit, as it abstracts the functionality of AR at a higher level, for example. It has an integrated renderer that allows loading OBJ and MD2 models.

+4
source

See this version of augmented reality toolkit https://github.com/a1phanumeric/iPhone-AR-Toolkit

+1
source

Source: https://habr.com/ru/post/908209/


All Articles