home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / programmation / scm4e2.arc / !ArcDemos next >
Text File  |  1994-06-20  |  1KB  |  37 lines

  1. Archimedes graphics routines demos
  2. ----------------------------------
  3. A few small ditties are provided in !Scm.scm.arc_demos for your amusement;
  4. heres how to try the examples :
  5.  
  6. Firstly load the demos :
  7.       (load "<scm$dir>.arc_demos")
  8.       
  9. Now try them out :
  10.  
  11.       (martin-map)                  ;;; draws martin maps
  12.       (sin-curve)                  ;;; draws a sine curve
  13.       (cos-curve)                  ;;; draws a cosine curve
  14.       (tan-curve)                  ;;; draws tan curve (yes honest...)
  15.       (henon)                     ;;; draws the Henon attractor
  16.       (ikeda)                     ;;; draws the Ikeda attractor
  17.  
  18. Details of whys and wherefors of the above bits of code are either self
  19. evident or can be found in one of:
  20.  
  21.  
  22. Computers and the Imagination by Cliff Pickover 
  23. [pub. Alan Sutton]
  24.  
  25. Computers, Pattern ,Chaos and Beauty by Cliff Pickover 
  26. [pub. Alan Sutton]
  27.  
  28. The Magic Machine by AK Dewdney 
  29. [pub. Freeman]
  30.  
  31. (note the last one is a collection of articles from the Computer Recreations
  32. column that used to run in Scientific American)
  33.  
  34.  
  35.  
  36. ams
  37. 16/6/94