home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / README.vogl < prev    next >
Text File  |  1994-05-02  |  3KB  |  68 lines

  1.  
  2. The directories in this directory contain the source for the VOGL library
  3. and the library hershey which is for manipulating the Hershey font data.
  4.  
  5. They are as follows:
  6.  
  7.     docs        contains the documentation such as there is.
  8.  
  9.     drivers        contains the source to a variety of device drivers,
  10.             currently restricted to: postcript, sun workstation, 
  11.             apollo workstations, X11 (R2, R3 & R4), tektronix 
  12.             (401x), hpgl, dxy, and the ibm pc cards: hercules mono,
  13.             cga, ega, vga and sigma.
  14.  
  15.     examples    contains some C and FORTRAN programs useful both in
  16.             testing and (hopefully) learning how to use it.
  17.  
  18.     hershey        contains the source for the hershey library plus the
  19.             source for generating fonts and the hershey data for
  20.             the occidental and oriental character sets. Note: as
  21.             with VOGL this library is callable in C and FORTRAN.
  22.  
  23.     src        contains the source for the C VOGL interface, and the 
  24.             source for the FORTRAN interfaces where available.
  25.             
  26. If you have a real SGI machine with GL on it, you can simply compile the
  27. Hershey library and the examples with "make -f Makefile.sgi". Otherwise,
  28. you will have to edit the Makefile to set various options for your machine
  29. and type "make".
  30.  
  31. VOGL is a device portable graphics library that tries to be Silicon Graphics 
  32. Iris GL compatible. Our intention is that any VOGL program will compile
  33. unchanged on a machine running SGI GL (the examples do). VOGL is based
  34. entirely on our other graphics library VOGLE. While we still regard VOGLE
  35. as our main library (it is, and probably will be for some time to come, the
  36. one that gets the most use around here), we will gratefully accept any bug
  37. fixes or enhancements. As always suggestions are also welcome.
  38.  
  39. This software may be used for any purpose commercial or otherwise. It is
  40. offered without any guarantee as to its suitability for any purpose or as
  41. to the sanity of its writers. We do ask that the source is passed on to
  42. anyone that requests a copy, and that people who get copies don't go round
  43. claiming they wrote it (that is why this one has a copyright notice in it,
  44. see file COPYRIGHT).
  45.  
  46. Although VOGL is free we will drink any quantity of Beer you send to us.
  47.  
  48. Regards,
  49.  
  50.     Eric H. Echidna
  51.  
  52. Snail mail correspondance and alcoholic beverages should be directed to:
  53.  
  54.     The Software Support Programmer
  55.     Department Of Engineering Computer Resources
  56.     Faculty Of Engineering
  57.     University Of Melbourne Vic 3052
  58.     Australia
  59.  
  60. email to 
  61.  
  62.     echidna@munnari.OZ.AU
  63.     echidna@ecr.mu.OZ.AU
  64.  
  65. mailing list:
  66.     vogle@ecr.mu.oz.au
  67.     vogle-request@ecr.mu.oz.au to subscribe.
  68.