vote up 10 vote down star
7

If developing for the Windows .NET APIs I can augment my efforts with 100's of commerically available add-on controls, graphing APIs and other usefull stuff. Can anyone point me in the direction of similar commerical software for Mac Cocoa/Objective C development?

Additionally:

Are there enough developers to do this commercially?

The point of my question was really is the Mac developer market mature enough to support commercial developer add-ons. I know there is "Open Source"... which everything seems to default to... mainly because no one has a led the way yet. Problem with open source freeware is one day were all turn into poor thin semi unskilled homeless people who plug free things together. We deserve better!

In case you hadn't noticed in the Mac market people are willing to pay for good stuff.

I have a history of selling development tools. You don't have to just give this stuff away.

Tony

flag

1  
Are there specific kinds of frameworks or controls you're looking for? You might have better luck getting an answer - whether Open Source or commercial - if you're more specific. Mac developers probably won't know what's common in the .NET or Windows world. – Chris Hanson Dec 16 '08 at 3:10
Also, is there a specific reason you're asking for commercial frameworks? Open Source frameworks are very common in Mac development and have been for a very long time. – Chris Hanson Dec 16 '08 at 3:11

3 Answers

vote up 5 vote down check

Most such reusable source code and frameworks that I've seen are free, not commercial. Of those, most are under a BSD or MIT license, which means that you can use them in commercial closed-source software. (A very few come under one of the GPLs, which prohibit this.)

I have a list of these, although it is vastly incomplete now. I have a longer list in OmniOutliner, along with a grand plan for a better website for presenting it.

There's also MacCode, which is a repository of reusable source code and frameworks.

link|flag
GPL and LGPL don't "prohibit" use in commercial software. They impose requirements on licensees that are sometimes contrary to the goals of commercial software developers. – Chris Hanson Dec 15 '08 at 19:28
Right; I used the wrong adjective. I've corrected it. – Peter Hosey Dec 15 '08 at 20:06
The LGPL doesn't prohibit use in closed-source software, either. It mandates that the source of the LGPL component be made available, and that substituting that component for an alternative be permitted. The rest of your source can be unpublished. – Graham Lee Dec 16 '08 at 13:19
I'm not sure I've ever seen Cocoa reusable source code and frameworks under the LGPL. I was specifically referring to the GPLs. – Peter Hosey Dec 16 '08 at 20:51
collaboration-world.com/cgi-bin/project/… Pantomime.framework is LGPL. – Graham Lee Jan 21 at 8:47
vote up -3 vote down

Only 5 votes? I thought I was worth more than this for not only using the word Additionally, but for bolding it.

link|flag
ha-ha very funny micelli.... changing your account name to mine! – Tony Lambert Jan 8 at 9:25
vote up 4 vote down

The Omni Frameworks are used in commercial software, though they themselves are open-source. I doubt there are enough OS X developers to really sustain a small independent closed-source library vendor. You may be able to publish open-source libraries and sell consulting or documentation services.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.