Difference between revisions of "Frameworks"

From GNUstepWiki
Jump to navigation Jump to search
(removed link to guile)
m (Remove PyOBJC)
Line 34: Line 34:
  
 
* [http://camelbones.sourceforge.net/index.php CamelBones] - GNUstep/Cocoa Perl bridge
 
* [http://camelbones.sourceforge.net/index.php CamelBones] - GNUstep/Cocoa Perl bridge
* [http://pyobjc.sourceforge.net/ Pyobjc] - GNUstep/Cocoa Python bridge
 
  
 
=== Text Processing ===
 
=== Text Processing ===

Revision as of 13:12, 19 December 2006

This page is being or has been relocated.

The contents are now (or should soon be) located at Category:Frameworks.


Other frameworks (not official parts of GNUstep project)

Audio

  • MusicKit - The MusicKit is an object-oriented software system for building music, sound, signal processing, and MIDI applications. It has been used in such diverse commercial applications as music sequencers, computer games, and document processors. Professors and students in academia have used the MusicKit in a host of areas, including music performance, scientific experiments, computer-aided instruction, and physical modeling.

Development

  • IDEKit - Framework for programmer editors (I have stated to port it to GNUstep, to know more you can contact me Quentin Mathé)
  • PCRE Parser - Perl-compatible regular expression library.
  • SKYRIX Core - Various Foundation extensions, classes for processing MIME entities

Graphics

  • 3DKit - The GNU 3DKit provides multiple Objective-C frameworks which facilitate the design and implementation of 3D applications based on OpenGL. It tightly integrates with GNUstep and Cocoa.
  • Maliwan - GNUstep Generic Graphic Manipulate Framework.
  • Narrative - an LGPLed object oriented plotting framework for Cocoa and GNUstep

Networking

  • GSWebKit - The GNUstep Web Kit provides a set of classes to display web content in windows, and implements browser features such as following links when clicked by the user, managing a back-forward list, and managing a history of pages recently visited"
  • SKYRIX Core - Provides a java.io like stream and socket library, a full IMAP4 implementation, a prototypical POP3 and SMTP processors and an Objective-C wrapper for LDAP directory services.
  • SMBKit - SAMBA library wrapper

PIM

  • SKYRIX Core - Classes for iCalendar/vCard objects
  • syncml - SyncML is an XML based standard for data synchronization.

Scripting and Binding

Text Processing

  • libobjcxerces - XML (SAX, SAX2) and DOM handling in Objective-C using libXerces.
  • SKYRIX XML - provides a SAX2 implementation for Objective-C, DOM on top of SaxObjC, an XML-RPC implementation (without the transport layer), SaxObjC driver bundles for: libical (iCalendar,vCard), expat (XML), plists, pyx, CoreFoundation (XML) )