Difference between revisions of "Category:Frameworks"

From GNUstepWiki
Jump to navigation Jump to search
 
(Updated)
Line 1: Line 1:
GNUstep frameworks.
+
A framework, sometimes also called a "kit", is a way to package a logically related set of classes, protocols and functions together with localized strings, online documentation, and other pertinent files.
 +
 
 +
GNUstep provides the [[Foundation]] and [[AppKit|Application Kit]] frameworks.
 +
 
 +
Add your extension, framework or library to one of the subcategories. If a subcategory doesn't yet exist, choose a new name as a short description (eg. "Math" or "Science" or "Games"). Simply calling it "Library" is not a good description ;-)
 +
 
 +
See also:
 +
* [[Scripting of frameworks|How to make frameworks scriptable]]
 +
* [[PrefixIndex|Index of prefixes used by different GNUstep-related libraries and frameworks]]
 +
 
 +
[[Category:Development]]

Revision as of 15:17, 23 October 2006

A framework, sometimes also called a "kit", is a way to package a logically related set of classes, protocols and functions together with localized strings, online documentation, and other pertinent files.

GNUstep provides the Foundation and Application Kit frameworks.

Add your extension, framework or library to one of the subcategories. If a subcategory doesn't yet exist, choose a new name as a short description (eg. "Math" or "Science" or "Games"). Simply calling it "Library" is not a good description ;-)

See also: