home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d267 / diglib.lha / Diglib / diglib.zoo / diglib / readme.doc < prev    next >
Text File  |  1989-06-20  |  3KB  |  64 lines

  1.             ***   AmigaDIGLIB Release Notes:  2/9/87   ***
  2.  
  3.    The following AmigaDiglib functions have as of 1/11/87 not been implemented.
  4.  
  5.                 CURSOR
  6.                 GRAFIN
  7.                 GSCRSR
  8.                 GSGIN
  9.                 GSINPT
  10.                 PURJOY:  There is a bug in PURJOY that may crash the Amiga.  I 
  11.                          am currently working on it.
  12.  
  13.      I am releasing AmigaDiglib in a preliminary fashion for those of you who 
  14. are interested in Fortran scientific graphics.  The package contains a couple 
  15. of demonstration sources: DEMO.FOR and SAMPLE.FOR plus the command files for
  16. compiling and linking them to DIGLIB.  DIGLIB itself is a completely linked FOR-
  17. TRAN library that can be linked to any FORTRAN code calling the DIGLIB routines.
  18. The command files DEMO.BAT and SAMPLE.BAT show how to do this.  Note that DIGLIB
  19. must be linked at least twice for most programs in order to satisfy all the ext-
  20. ernal references.  Also I have included IFF pictures of DIGLIB plots, one using
  21. a histogramming routine BARGRA which I modified to allow 512 bins of data (a 
  22. smaller version of BARGRA is included in this version of DIGLIB), and one show-
  23. ing a preliminary look at 3-D contour plotting using the PURJOY function.  Un-
  24. fortunately,  there is a bug that causes the axes to be plotted wrong and the 
  25. code sometimes crashes the machine.  I am working on a fix.  
  26.      DIGLIB.DOC contains the entire 100+ page DIGLIB manual in Scribble! for-
  27. mat; DIGLIB.FMT is the format for the HP Laserjet printer.  I recommend a com-
  28. plete reading of the manual before attempting to run DIGLIB.  The manual con-
  29. tains information on the DIGLIB functions and examples of how to write a DIGLIB
  30. program, as well as more advanced topics on writing DIGLIB device drivers.  I
  31. have drivers in the works for Postscript devices and HP pen plotters.
  32.      The include files ending with .INC, and .PRM are necessary for compila-
  33. tion of sources.  Refer to the DIGLIB manual and the example programs for 
  34. their correct inclusion.
  35.      Finally, I have included a modified version of AMIGA.SUB, the Absoft Amiga
  36. driver code.  This version is set up to allow the SetRGB4 function to work cor-
  37. rectly for use with the DIGLIB function GSDRGB, allowing custom color setting
  38. for the 16 DIGLIB colors.
  39.  
  40.  
  41.           ***   AmigaDIGLIB Release Notes:  4/8/87   ***
  42.  
  43.    The DIGLIB library has been reordered to allow single pass linking of DIGLIB with any main program. This ordering is set in the MAKE.BAT library maker command file.  The ordering of DIGLIB subroutines in the DIGLIB library is crucial for single pass linking, so if you must change a subroutine use the F77LIB replace command to insure that the subroutine appears in the same order in the DIGLIB library.  This should significantly speed up the linking procedure.
  44.  
  45.  
  46.      I have decided to hold the sources due to size considerations on BBS sys-
  47. tems.  If you would like to get them please contact me:
  48.  
  49.  Dr. Craig Wuest
  50.  Lawrence Livermore National Laboratory
  51.  P.O. Box 808, L-84
  52.  Livermore, CA 94550
  53.  
  54.  (415) 423-2909
  55.  
  56.      I would be happy to send you the sources at that time.
  57.  
  58.      I am sure that DIGLIB can be improved upon.  Please contact me with sug-
  59. gestions, comments and gripes.  Also, feel free to distribute this package to
  60. any one who might be interested.
  61.  
  62.  Craig Wuest
  63.         2/9/87
  64.