home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1999 March / PCShareware-3-99.iso / IMPLE / DJGPP.RAR / DJGPP2 / XLIB-APP.ZIP / TMP / XMINE / 00README.JW < prev    next >
Text File  |  1994-08-05  |  1KB  |  41 lines

  1. This version of xmine is based on Paul Falstad's version 1.0.3, as
  2. published in comp.sources.x. It has been heavily munged to work
  3. without OSF/Motif.
  4.  
  5. Almost everything needed was already in the Athena Widget Set, with
  6. the exception of a Canvas Widget (or DrawingAreaWidget in Motif
  7. terms).  Hence i have included a copy of the Canvas Widget of the Free
  8. Widget Foundation, only slightly modified to take the #include's from
  9. the current directory. If anybody is unhappy with the GPL conditions
  10. applying to the FWF code, she is free to drop in own versions of a
  11. Canvas Widget (really not much of code).
  12.  
  13. I originally intented to #ifdef Paul's version for use with the Athena
  14. Widget Set, but realized that this would have resulted in too much of
  15. spagghetti code. That's why i hacked a separate source out of it. I
  16. cleaned it up a bit, so it will compile now without complaints with
  17. the -Wall flag set under gcc.
  18.  
  19. Since the game itself has some 3D look, linking against the famous
  20. Xaw3d library is highly recommended.
  21.  
  22.  
  23. ACKNOWLEDGEMENTS:
  24. =================
  25.  
  26. For X11:
  27.     The X Consortium, MIT, DEC, ...
  28.  
  29. For the original OSF/Motif version of xmine:
  30.     Paul Falstad (pf@z-code.com)
  31.  
  32. For the three-D lookalike Athena Widget set:
  33.     Kaleb S. Keithley (kaleb@jpl-devvax.jpl.nasa.gov, now kaleb@x.org?)
  34.  
  35. For the Canvas Widget of the Free Widget Foundation:
  36.     Robert H. Forsman Jr.
  37.  
  38. ---
  39. enjoy,
  40.     Joerg Wunsch <joerg_wunsch@uriah.sax.de>
  41.