home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / OpenStep / systems / gnustep / sources / alpha-snapshots / gnustep-xdps-960621.README < prev    next >
Encoding:
Text File  |  1996-05-30  |  1.6 KB  |  44 lines

  1. OpenStep X Kit README
  2.  
  3. The files in this directory are copyright (C) Free Software Foundation.
  4.  
  5. The library is released under the GNU General Public Licence Library,
  6. version 2.  For more on the legal stuff, read COPYING.
  7.  
  8. For instructions on how to build the library, please read INSTALL.
  9.  
  10.  
  11. Introduction
  12. ============
  13.  
  14. The NSXKit is a library of Objective-C classes of objects which
  15. provide a framework for implementing a graphical, event-driven
  16. application under the X windowing system.  The kit implements
  17. a subset of the OpenStep specification, as released by NeXT Inc.
  18.  
  19. Goals:
  20.  
  21. 1) Provide a significant subset of the OpenStep specification, so
  22.    that applications built to run on NEXTSTEP 4.x will be easily
  23.    portable to X-Windows.
  24.  
  25. 2) Make the kit generic so that it can be used on other platforms,
  26.    namely Windows95 and WindowsNT.  The XLib specific stuff will be
  27.    isolated in the drawing engine, a Display PostScript engine.
  28.  
  29. 3) Leverage existing GNUStep code, specifically the libobjects library
  30.    (Foundation Kit), and Objc-X classes.
  31.  
  32. Team:
  33.  
  34. Project leader:        Pascal Forget <pascal@wsc.com>
  35. Assistant programmer:  Graciela Cabrejo
  36. Tehnical advisors:     Paul Murphy <murphy@wsc.com>
  37.                        Darcy Brockbank <samurai@hasc.ca>
  38.                        Bob Brown <brown@wsc.com>
  39.                        Richard Stallman <rms@gnu.ai.mit.edu>
  40.                        Andrew McCallum 
  41.                        Scott Chriestly <scottc@ocbi.com>                      
  42. Software testing:      Graciela Cabrejo
  43. Documentation:         Pascal Forget (French and English versions)
  44.