Difference between revisions of "Category:Frameworks"

From GNUstepWiki
Jump to navigation Jump to search
 
(link template framework)
 
(3 intermediate revisions by the same user not shown)
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.
 +
 
 +
If you want to add a new or missing extension, framework or library, please [[:Template:Framework|read this article first]].
 +
 
 +
See also:
 +
* List of available [[:Category:Bundles | bundles]]
 +
* [[Scripting of frameworks|How to make frameworks scriptable]]
 +
* [[PrefixIndex|Index of prefixes used by different GNUstep-related libraries and frameworks]]
 +
* [[Framework wish list]]
 +
 
 +
[[Category:Development]]

Latest revision as of 09:27, 27 November 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.

If you want to add a new or missing extension, framework or library, please read this article first.

See also: