My First Mac App
Done last year, my first Mac App can be found on the AppStore here: Arnold Transformer
Read MoreSwift Type Methods: Static vs Class
A few days ago while reading the Swift 2.2 documentation, I came upon the section discussing Type Methods. Swift allows one to define methods for instances of a type and the types themselves. The types can be classes, structures, or enumerations, etc. Two keywords are associated with defining and declaring type methods: static class Which one … Continue reading "Swift Type Methods: Static vs Class"
Read MoreFirst SceneKit Project
This post describes how I developed a pet appliction for Mac OS X Cocoa using SceneKit. The goal was to have a simple application were the user could press a button and have a ball move as a result. Here is the basic flow: What is SceneKit? My History with 3D-Application Programming Basic Application Setup … Continue reading "First SceneKit Project"
Read More