Difference between revisions of "KoKit"

From GNUstepWiki
Jump to navigation Jump to search
(Added a small screenshot for Tryst)
m
 
(8 intermediate revisions by 2 users 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 |
  
* '''KoBase''' is the low-lewel framework in the KoKit framework collection. It provides some simple to use debugging aids, instance counting to discover and track memory leaks, and functions for easy C string manipulation.
+
releasedate = June 29, 2006 |
  
* '''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.
+
license = Dual BSD/LGPL |
  
* '''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.
+
overview = This is a dead project, but the CVS repo files might be able to be grabbed from the the archive links. |
 +
 
 +
features = It currently consists of the following frameworks:
 +
* '''[https://web.archive.org/web/20040806133438/http://www.knuddel.org/Projects/Kits/KoBase/ 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.
  
* '''KoCrypt''' provides a collection of classes of cryptographic algorithms and categories for quick and easy access.
+
* '''[https://web.archive.org/web/20040806190531/http://www.knuddel.org/Projects/Kits/KoFoundation/ 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.
  
* '''KoNet''' is a collection of classes that deal with BSD socket programming.
+
* '''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.
  
 +
* '''[https://web.archive.org/web/20040806133902/http://www.knuddel.org/Projects/Kits/KoCrypt/ 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. |
  
[[Image:Tryst2.png|right|thumbnail|Example screenshot of a net service browser (TBrowser.app).]]
+
maintainer = * [mailto:cbv@gmx.net Chris Vetter] |
  
* '''Tryst''' is a ''proof of concept'' implementation of [http://www.apple.com/ Apple]'s [http://www.apple.com/macosx/features/bonjour/ Bonjour] (formerly known as Rendezvous) for GNUstep.<br/><br/>Bonjour allows you to register a network service, such as a printer or file server, so that it can be found by name or browsed for by service type and domain.<br/><br/>Using Tryst, applications can discover what services are available on the network, along with all necessary access information such as name, IP address, and port number for a given service.
+
relatedlinks = |
  
[[Category:Frameworks]]
+
category =
 +
[[Category:Development_Frameworks]]
 +
[[Category:Networking_Frameworks]]
 +
[[Category:Security_Frameworks]]
 +
}}

Latest revision as of 22:04, 19 February 2015

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

This is a dead project, but the CVS repo files might be able to be grabbed from the the archive links.

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