Last active
September 28, 2017 00:36
-
-
Save RNHTTR/f6b752f67ac51c282c794692dda9f355 to your computer and use it in GitHub Desktop.
About augmented reality in Swifty Docs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Augmented reality is a game changer. From gaming and entertainment to | |
navigation to medical training and beyond, AR will change the way we | |
interact with the world. Whether it’s on our smartphones or some kind of | |
smart glasses is yet to be determined, but some of the world’s biggest | |
companies (Apple and Google, for example) are investing heavily in the | |
technology. The world will need talented developers (like you, obviously) to | |
move the industry forward. | |
It’s surprisingly easy to get started building AR applications using ARKit | |
(Apple’s framework for creating augmented reality experiences), and very | |
simple applications require only a few lines of code. In the examples | |
contained within this app, we will explore some very simple techniques using | |
ARKit and SceneKit (Apple’s framework for creating 3D content). See how they | |
were created by tapping the "About" button in the top-right corner of each | |
view controller. | |
Learn more in Apple's official documentation on ARKit. | |
Happy coding! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment