home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_44 / index < prev    next >
Text File  |  1993-02-22  |  4KB  |  91 lines

  1.  Shareware Disc 44 - Fortran Friends
  2.  -----------------------------------
  3.  
  4.    From D.J. & K.M. Crennell (unless otherwise indicated)
  5.  
  6. 1. !Fortran77
  7.       A desktop tool allowing compilation, linking, and execution. This 
  8.       does NOT include the fortran compiler nor the linker; it can be used
  9.       with release 2 (and the ASD debugger if you wish), or you may use the
  10.       recently released Acorn DDE with its revised linker. The text file
  11.       'Instruct' within the !Fortran77 application directory gives setup and
  12.       running instructions.
  13.  
  14.    The following libraries are written in Assembler for speed. Since most
  15.    people have neither the Assembler, nor the library making utilities, the
  16.    Assembler source is not included.
  17.  
  18. 2. Binario (added 15 Jan 1992)
  19.    Fast binary input/output, callable from Fortran, as used by "Interacter"
  20.    from Interactive Software Services and supplied by Lawson Wakefield.
  21.  
  22. 3. Graphics
  23.    33 Graphics Routines which emulate the similar BASIC commands
  24.       e.g.    CALL LINE(IX1,IY1,IX2,IY2)
  25.  
  26. 4. SpriteOp
  27.    44 Sprite_Op routines for all the SpriteOps
  28.        names of the form SPOPnn, 02 < nn < 62
  29.  
  30. 5. Utils
  31.    11 Utilities e.g. J = IGET()  simulates the BASIC GET command, and a
  32.        general SWI calling routine.
  33.  
  34. 6. Wimp
  35.    51 Wimp routines covering all wimp operations + some utilities.
  36.  
  37.    There are fortran test programs using these libraries called Tdraw
  38.    TGraphics, TSpriteOp TUtils and Twimp. There is no documentation
  39.    for these other than the comments within the programs which are
  40.    not intended as tutorials, just implementation tests.
  41.  
  42. Fortran source libraries contributed.
  43.  
  44.     Only the source and documentation are supplied in directories f77 and
  45.     docs. To create libraries, compile the routines and move the aof to the
  46.     'lib' directory, see the file '!Fortran77.Instruct' for details.
  47.  
  48. 1.  DrawF
  49.     A set of utilities to create Draw files for 'path' and 'text' objects.
  50.  
  51. 2.  Graphdemo (added 31 Dec 91)
  52.     A set of utilities to plot a line graph through a set of X,Y points
  53.     with axes labelled with 'nice' values. The demo reads the points from
  54.     a file (called 'GraphData', not supplied), and plots the graph within a
  55.     window set by the user. The GraphData file has an x and a y on each
  56.     line, read with free format input. It has only been tested from a
  57.     non-WIMP program, and needs a little work to be usable from the WIMP.
  58.     The Drawfile GrfDemCons demonstrates the layout and meaning of the
  59.     variables. The only other documentation is in the source code comments.
  60.  
  61. 3.  ACMToms (added 17 Jan 92)
  62.     Various algorithms supplied by C.Johnson, originally part of the ACMToms
  63.      (See Readme in that directory for further information). Adapted to run
  64.     on RISC-OS by K.M.Crennell using the 'Fortran Friends' libraries.
  65.  
  66. 4. ARTlib (added 19 Feb 93)
  67.     Library of utility routines which simplify free format input, supplied
  68.     by A.R.Thawley, (see Library.Docs.ARTReadMe for further information)
  69.  
  70. Fortran applications
  71.  
  72. 1. SphereRot (added 7 Dec 91)
  73.    An example of the use of SpriteOps for the manipulation of objects made
  74.    of spheres. (Not Desktop)             
  75.  
  76. 2. WimpPoly (added 7 Dec 91)
  77.    An example of the use of Wimp routines called from Fortran to display
  78.    polyhedra from pre-stored datafiles. (There is not room for all the
  79.    datafiles on the !Fortran77 disc, they can be found on another ShareWare
  80.    disc.)
  81.  
  82. Advice for converting a Basic program to Fortran (with example).
  83.  
  84. List of reported bugs in Fortran77 release 2.
  85.  
  86. List of commercial suppliers of libraries callable from fortran.
  87.  
  88. List of bulletin boards accessible from the Joint Academic Network.
  89.  
  90. List of names and addresses of 'Fortran Friends'
  91.