Difference between revisions of "KoKit"

From GNUstepWiki
Jump to navigation Jump to search
(Moved Tryst to separate page)
(updated categories)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
KoKit is a framework collection, that extends the functionality of GNUstep's [[Foundation]] and [[AppKit]]. Basically it's a collection of classes we use repeatedly, so instead of adding the source again and again, we decided to create KoKit.
+
{{Framework|
 +
shortdescription = KoKit is a framework collection, that extends the functionality of GNUstep's [[Foundation]] and [[AppKit]]. |
  
It currently consists of the following frameworks:
+
currentversion = 0.3.2 |
  
 +
releasedate = June 29, 2006 |
 +
 +
license = Dual BSD/LGPL |
 +
 +
overview = |
 +
 +
features = It currently consists of the following frameworks:
 
* '''KoBase''' is the low-level framework in the KoKit framework collection. It provides some simple to use debugging aids, instance counting to discover and track memory leaks, an [[HOM]] implementation and functions for easy C string manipulation.
 
* '''KoBase''' is the low-level framework in the KoKit framework collection. It provides some simple to use debugging aids, instance counting to discover and track memory leaks, an [[HOM]] implementation and functions for easy C string manipulation.
  
Line 11: Line 19:
 
* '''KoCrypt''' provides a collection of classes of cryptographic algorithms and categories for quick and easy access.
 
* '''KoCrypt''' provides a collection of classes of cryptographic algorithms and categories for quick and easy access.
  
* '''KoNet''' is a collection of classes that deal with BSD socket programming.
+
* '''KoNet''' is a collection of classes that deal with BSD socket programming. |
 +
 
 +
maintainer = * [mailto:cbv@gmx.net Chris Vetter] |
 +
 
 +
relatedlinks = |
  
[[Category:Frameworks]]
+
category =
 +
[[Category:Development_Frameworks]]
 +
[[Category:Networking_Frameworks]]
 +
[[Category:Security_Frameworks]]
 +
}}

Revision as of 15:19, 23 October 2006

KoKit is a framework collection, that extends the functionality of GNUstep's Foundation and AppKit.

Current Version: 0.3.2

  • Released: June 29, 2006
  • Licensed: Dual BSD/LGPL

Overview

Features

It currently consists of the following frameworks:

  • KoBase is the low-level framework in the KoKit framework collection. It provides some simple to use debugging aids, instance counting to discover and track memory leaks, an HOM implementation and functions for easy C string manipulation.
  • KoFoundation is an extension to GNUstep's Foundation framework. It adds additional containers, such as LIFO (stack) and FIFO (queue), a signal handler and more.
  • KoAppKit is an extension to GNUstep's AppKit framework. It adds a collection of useful extensions and widgets that make GUI development a bit easier.
  • KoCrypt provides a collection of classes of cryptographic algorithms and categories for quick and easy access.
  • KoNet is a collection of classes that deal with BSD socket programming.

Maintainer

Related Links