What IDE/Editors do you use to code under OS X?
category: code [glöplog]
Should I go with Eclipse, Xcode or something else? I want to build crossplatform demos with the least amount of work to make them work on all platforms.
ViM and never look back...
definetly Eclipse! we're porting vsxu to mac and linux at the same time as working on the windows version right now and it works nicely, same project files on all systems... you need eclipse europa though.
Quote:
the least amount of work to make them work on all platforms.
Youtube :(
hmm.. never occured to me to use eclipse on mac.. got to try it out..
Textmate.
and never look back.
and never look back.
i use carbon emacs. eclipse would probably be nicer, but on a 512mb g4 mac mini it is unusable. i'm considering switching to a faster mac.. and switching to eclipse, and maybe switching from c++ to java.
making crossplatform demos is a lot easier when using gcc and the mingw win32 gcc cross compiler.
making crossplatform demos is a lot easier when using gcc and the mingw win32 gcc cross compiler.
I just use XCode. It's a far cry from Visual Studio, but it gets the job done.
vim.
i absolutely *hate* xcode. really, really hate it. i code in visual studio for my day job and can't face using xcode in my spare time - it is *such* a step backards from even an old version of vs. sometimes i think i'd rather use makefiles and a plain text editor(!)
i have a couple of projects written using xcode ( using sdl ) that are stalled because i just can't face fighting with it any more to get them finished. never thought of using eclipse... but it's got to be worth a try
i have a couple of projects written using xcode ( using sdl ) that are stalled because i just can't face fighting with it any more to get them finished. never thought of using eclipse... but it's got to be worth a try
think different
i use windows