Augmented Reality iOS Tutorial: Marker Tracking
Learn how to use marker tracking to display a 3D image at a given point in this augmented reality iOS tutorial!Augmented Reality iOS Tutorial: Marker Tracking is a post from: Ray Wenderlich The post...
View ArticleAugmented Reality iOS Tutorial: Location Based
Learn how to make a location based augmented reality app that displays points of interest over video in this augmented reality iOS tutorial!Augmented Reality iOS Tutorial: Location Based is a post...
View ArticleSprite Kit Tutorial: How To Drag and Drop Sprites
Learn how to drag and drop sprites (with or without gesture recognizers) in this Sprite Kit tutorial for beginners!Sprite Kit Tutorial: How To Drag and Drop Sprites is a post from: Ray Wenderlich The...
View ArticleHow to Make a Line Drawing Game with Sprite Kit
Learn how to make a line drawing game like Flight Control! In 2009, Firemint introduced the line drawing game to the world when they released the incredibly popular Flight Control. In a line drawing...
View ArticleHow to Make a Line Drawing Game with Sprite Kit and Swift
Learn how to make a line drawing game like Flight Control! Note from Ray: This is a Swift update to a popular Objective-C tutorial on our site, released as part of the iOS 8 Feast. Enjoy! In 2009,...
View ArticleHow To Make A Simple Drawing App with UIKit and Swift
How To Make A Simple Drawing App with UIKit Update 4/10/2015 Updated for Xcode 6.3 and Swift 1.2 Update note: This tutorial was updated to iOS 8 and Swift by Jean-Pierre Distler. Original post by...
View ArticleNumerical Algorithms using Playgrounds
There’s nothing like lines on graph paper to bring back nightmares from high school.For many problems, no analytic solution exists. For others, there is, but it would take too long to calculate, and In...
View ArticleOS X View Controllers Tutorial
Learn how to control the UI with this OS X View Controllers Tutorial! When writing any code, it’s important to get clear separation of concerns — functionality should be split out into appropriate...
View ArticleNSOutlineView on macOS Tutorial
Update 9/30/16: This tutorial has been updated for Xcode 8 and Swift 3. When writing applications, you often want to show data that has a list-like structure. For example, you might want to display a...
View ArticleCommand Line Programs on macOS Tutorial
Update 9/22/16: This tutorial has been updated for Xcode 8 and Swift 3. Not so long ago, before the advent of graphical user interfaces, command-line programs were the primary method for interacting...
View ArticleAugmented Reality iOS Tutorial: Location Based
Learn how to make a location based augmented reality app that displays points of interest over video! Update note: This tutorial was updated for Swift 3 and iOS 10 by Jean-Pierre Distler. Augmented...
View ArticleHow To Make An App Like Pokemon Go
One of the most popular games on mobile today is Pokemon Go. It uses augmented reality to bring the game into the “real world” and gets the player doing something good for her health. In this tutorial...
View ArticlemacOS View Controllers Tutorial
Learn how to control the UI with this macOS View Controllers Tutorial! When writing any code, it’s important to get clear separation of concerns — functionality should be split out into appropriate...
View Article