I\'d like to give Objective-C a try in game programming. The problem is I\'d need some tools and libraries for this.
First thing that comes into mind I need is the G
Supporting SDL there are Objective-C bindings here. However since Objective-C is a thin OO layer on top of C you can use most of the existing C libs for game development, SDL, Clanlib, etc...