This is a Swift framework to simplify coding with IOS ARKit. There are basic functional methods to show content in Augmented Reality World.
The target is uARLib project. A unified library on ARKit and ARCore.
Currently, started with ARKit.
for example that code puts an image in front of user:
world.addImage(imageName: "http://example.com/bird.png", position: coordinate(top:0, right:0, front:1))
That's all!
[Refer to WiKi page for technical documents] (https://github.com/mustafaatalar/uARKit/wiki)
v.1.1