Helpful development resources
From Mac Guides
- This article or section is based on a forum post written by various users.
Contents |
[edit]
Online Resources
[edit]
General
- http://developer.apple.com - Apple's developer site
- http://groups-beta.google.com/groups/dir?q=comp.sys.mac.programmer.* - Programming help on Google Groups
- http://www.wotsit.org/ - Contains documentation of various file formats (doc, jpg etc)
- http://www.sourceforge.net - Website for hosting open source projects
- http://macdevcenter.com/ - Useful development resource
- http://cprog.oreilly.com/ - C variant related books from O'Reilly
[edit]
Forums
- Mac Programming - Mac Programming forum on MacRumors
- http://forums.macosxhints.com/forumdisplay.php?f=27 - Mac OS X Hints developer forum
- http://www.idevapps.com/ - Development forums
[edit]
IRC
- irc://irc.freenode.net/macdev - #macdev on Freenode, one of the biggest IRC channels for Mac development
[edit]
Source Code Control
- http://metissian.com/projects/macosx/subversion/ prepackaged svn binaries
[edit]
Cocoa with Objective-C
- http://cocoadevcentral.com/ - Very useful tutorials
- http://www.cocoadev.com/index.pl - Lots of Cocoa information and help
- http://www.stepwise.com/ - Useful Cocoa resource
- http://www.cocoacast.com/ - Podcast covering Cocoa development using Aaron Hillegass' book "Cocoa Programming for MAC OS X"
- http://www.cocoalab.com/BecomeAnXcoder.pdf - Great tutorial for beginners that don't know C
[edit]
Java
- http://java.sun.com - Official Java site
- http://www.mindview.net/ - Free and quite excellent Java book
- http://developer.apple.com/java/ - Apple centric Java jump point
- http://www.cafeaulait.org/ - Links on the right hand side to a few more Java resources
- http://java.sun.com/javase/6/docs/api/ - Java API notes
- http://java.oreilly.com/ - Java related books from O'Reilly
- http://www.javootoo.com/ - Java Swing Look and Feel related links
[edit]
AppleScript
- http://macscripter.net/ - AppleScript development website
[edit]
Game development
- http://www.idevgames.com/ - Mac game development community
- http://www.Vellios.com/ - iPhone game development, tutorials, & open source games
- http://paulsonapps.wordpress.com/ - iPhone game video tutorials
- http://www.kwigbo.com/ - iPhone game development & open source games
[edit]
Books
Cocoa Programming for Mac OS X
Hillegass, ISBN 0321213149
Programming in Objective - C
Kochan, ISBN 0672325861
Code Complete
McConnell, ISBN 0735619670

