February 2009

Interesting articles on using Core Animation to make an Asteroids clone

Core Animation is the built in animation facility of OS X that is built on top of OpenGL. It’s available on the iPhone. This article is interesting for anyone looking into designing games for the iPhone.

http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation.html
http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation_22.html

Games

Comments Off

Permalink

Assignment 4 & 5

Post links to your assignment here.

Uncategorized

Comments (11)

Permalink

Nice GDB Debugging Tip

A way to look at arguments to a method from GDB.

CodingTip

Comments Off

Permalink

Assignment 3

Post links to your assignments as comments to this post.

Uncategorized

Comments (12)

Permalink

Useful Git Links

On branching, from an SVN tutorial – http://svnbook.red-bean.com/en/1.1/ch04.html#svn-ch-4-sect-1

A solid, easy to follow Git tutorial – http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html

Another Git tutorial, same basic ideas – http://www.sourcemage.org/Git_Guide

Uncategorized

Comments Off

Permalink

Paste your code to gist

http://gist.github.com

Uncategorized

Comments Off

Permalink

Good tips for using XCode & XCode+Git

http://www.mobileorchard.com/14-essential-xcode-tips-tricks-and-resources-for-iphone-devs/

http://shanesbrain.net/2008/7/9/using-xcode-with-git

Uncategorized

Comments Off

Permalink