How to develop for Mac and PC
May 26, 2006 1:39 PM
Subscribe
How do I get a cross platform (Mac/PC) application developed?
I've previously written an application using the scripting language of a cross platform database program. For various reasons it's getting difficult to continue down that path so now I'm thinking of raising some money to hire some 'real' programmers to do it right. What I can see right away as a problem is the market for this application is about 60%/40% Windows/Mac and I don't want to ignore either platform. So what do I do--develop it for one OS and port it to the other? Should I use something like Java? Any advice on this specific issue as well as on the other pitfalls that doubtless await me will be most appreciated.
posted by Turtles all the way down to computers & internet (23 comments total)
1 user marked this as a favorite
Performance is the major pitfall of cross-platform frameworks. If you're writing a graphics or audio application, for example, the main engine of your application should probably be written native, with hooks into platform-specific GUI elements.
posted by Mr. Six at 1:47 PM on May 26, 2006