xXBondyXx Posted June 16, 2007 Share Posted June 16, 2007 Hey everyone, I'm a graphics designer and I recently I have found myself very interested in writing applications for MacOSX. What would be the best way to start? Im a self leaner, I've taught my self to design, write and produce music. Small tutorials would be helpful, how did all you guys start? Which coding languages should I be looking at? Cheers Link to comment https://www.insanelymac.com/forum/topic/54147-writing-applications-for-osx/ Share on other sites More sharing options...
bxsci(macuser) Posted June 16, 2007 Share Posted June 16, 2007 cocoa is the main language for mac programing Link to comment https://www.insanelymac.com/forum/topic/54147-writing-applications-for-osx/#findComment-387122 Share on other sites More sharing options...
Headrush69 Posted June 16, 2007 Share Posted June 16, 2007 Do you have any programming experience? Also check out Real Basic. It can create cross platform apps, imports Visual Basic, and has a simple and easy GUI builder. For someone without experience this might be an easier option but will still allow you to produce high quality Mac look and feel apps. Link to comment https://www.insanelymac.com/forum/topic/54147-writing-applications-for-osx/#findComment-387135 Share on other sites More sharing options...
xXBondyXx Posted June 16, 2007 Author Share Posted June 16, 2007 Hey guys, thanks. Gonna have a look at Real Basic. Link to comment https://www.insanelymac.com/forum/topic/54147-writing-applications-for-osx/#findComment-387220 Share on other sites More sharing options...
Guest Ramm Posted July 15, 2007 Share Posted July 15, 2007 I wouldn't use RealBASIC, if I were you. It is a completely separated language, and has no common ground with most other languages. If you learn C, you would be able to learn nearly every other C based language (C#, C++, Objective-C, etc). Cocoa is not a programming language, it is a programming interface (API). Cocoa can be used with many other languages, including C++, Python, and Ruby. Link to comment https://www.insanelymac.com/forum/topic/54147-writing-applications-for-osx/#findComment-408366 Share on other sites More sharing options...
Recommended Posts