Skip to content

Instantly share code, notes, and snippets.

@tjvantoll
Last active February 13, 2018 16:51
Show Gist options
  • Save tjvantoll/cf40f2e83ad34ae51d3cf5ecdfc7fa4a to your computer and use it in GitHub Desktop.
Save tjvantoll/cf40f2e83ad34ae51d3cf5ecdfc7fa4a to your computer and use it in GitHub Desktop.

Building Augmented Reality Apps With JavaScript

With the recent introductions of ARKit on iOS and ARCore on Android, developers are using augmented reality to create a new wave of innovative applications—as well as a lot of really stupid stuff.

The first thing we’re going to do is demo all of those apps, because I think you need to know they exist—for science. Once that’s done we’ll talk about the ARKit and ARCore APIs on the off chance you might use them to build something that is genuinely useful. Seriously though, augmented reality is really cool so it’s worth knowning the basics, and we’ll cover those to get you up to speed. When your coworkers ask about the latest hit AR app to hit the stores you’ll be able to act knowledgable and stuff.

This talk’s demos will use NativeScript—a project that lets you build native iOS and Android apps using JavaScript and frameworks like Angular and Vue. NativeScript offers a path forward for JavaScript developers interested in building in AR, so if you’re a JS developer you should feel right at home, but we’ll also discuss the raw ARKit and ARCore APIs for those of you comfortable working in native iOS and Android apps.

Come learn what the augmented reality hype is all about, and how you can building AR apps yourself!

@tjvantoll
Copy link
Author

With the recent introductions of ARKit on iOS and ARCore on Android, developers are using augmented reality to create a new wave of innovative applications—as well as a lot of really stupid stuff.

The first thing we’re going to do is demo all of those apps, because I think you need to know they exist—for science. Once that’s done we’ll talk about how the ARKit and ARCore APIs work so that you can get started building yourself.

This talk’s demos will use NativeScript. NativeScript is great for writing apps using cutting-edge technologies because it lets you access native iOS and Android APIs out of the box, and to do so in a single code base. Come learn how to use NativeScript to build some awesome augmented reality apps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment