home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 220.lha / LineArt.ReadMe < prev    next >
Text File  |  1996-02-15  |  4KB  |  88 lines

  1.  
  2.     Is your computer BORED? If so, then you need...
  3.  
  4.                 LineArtIII, by Steve -Raz- Berry
  5.  
  6.     This display hack does nothing usefull, but draw pretty lines on a custom
  7. screen. I have seen this program running on everything from Suns to Mac's,
  8. and I decided that it was time that one was done for the Amiga. Although
  9. similar to the lines demo distributed on Workbench 1.1 & 1.2, It does things
  10. on it's own screen in full 4096 color interlaced splendor :*). The program runs
  11. at a priority of -11, so it should multitask just fine. It will also detach
  12. from the CLI all by itself. 
  13.  
  14.     When I first wrote this program, I was unaware of MACKIE written by 
  15. Tom Rokicki, which draws the same kind of lines in addition to boxes and 
  16. splines as part of a hot-key/screen-blanker type program. Undaunted 
  17. (although somewhat embarassed) I proceeded to allow infinite customization 
  18. to those who are bored enough to want to play with it. Besides, I prefer 
  19. DMOUSE (Thanks Matt!) for my hot-key handler.
  20.  
  21.     To terminate the program just do one of these things:
  22.         type cntrl-c, 
  23.         any character on the main keyboard,
  24.         a mousebutton.
  25.  
  26.     You can still do stuff like Amiga-n or m to switch the screens without
  27. terminating the program.
  28.  
  29. There are a LOT of comand line options (for a program like this anyway!).
  30.  
  31. You can enter the options in ANY order on the command line, and only the 
  32. last occurance of a particular switch will be used. The options are:
  33.  
  34.     LineArt -[b|t|n|c{0-4096}|l{2-1000}] [nnn]
  35.  
  36. The '-l' and '-c' options require an integer immediately following the switch
  37. in the range indicated in the {}'s, without a space. Descriptions and examples
  38. follow.
  39.  
  40.     lineart -t      - This leaves a trail (one out of every 'l' lines) remains
  41.                       on the screen.
  42.             -n      - This is the 'nice' option, this makes LineArt much more
  43.                       friendly in a multitasking environment (It takes less
  44.                       CPU time.) It also slows things down.
  45.             -cXXXX  - This switch allows you to specify the initial color that
  46.                       the program will cycle from. Suggested color values start
  47.                       from 1900 (decimal) and up.
  48.             -lXXXX  - This switch allows you to specify the number of lines to
  49.                       be drawn before the last one is erased.
  50.             -b      - draw boxes (4 connected lines) instead of lines.
  51.             nnn     - This is an integer between 1 and 9 that will change the 
  52.                       minimum distance between sucessive endpoints for each
  53.                       line drawn. A high number will give the illusion of
  54.                       unbelievable speed! (Woah... hold me down Toto!)
  55.  
  56. The defaults (if you just type 'lineart') are as if you entered:
  57.  
  58.     LineArt 3 -t -c1280 -l10
  59.  
  60. Some of my favorites:
  61.  
  62.     LineArt 4 -l100 -c2500 -n
  63.     LineArt 1 -l10 -c2500
  64.     LineArt 9 -l30 -c2500 -n
  65.     LineArt 9 -l30 -c2500 -t
  66.     LineArt 4 -l3 -c1500 -n
  67.     LineArt -b -c2500 1 -l20
  68.  
  69.  For speed freaks -
  70.     LineArt 9 -c4000 -l7
  71.  
  72.  Miscelaneous:
  73.     If you want to time the drawing speed (roughly) turn on the trailing option
  74.     and wait for the screen to clear. 60,000 lines would have been drawn in 
  75.     this amount of time.
  76.  
  77.     I timed it at 2'7" (127 seconds) or 472 lines per second in line draw
  78.     mode. Using boxes it climbs to 800 vectors per second. Not too shabby for
  79.     a game machine eh?
  80.  
  81.  This program is PD. Use it or abuse it, only you will know.
  82.  
  83.     Steve -Raz- Berry
  84.     A-7 Sinai Circle
  85.     Chelmsford, Ma. 01824
  86.  
  87.    This is a product of The Checkered Ball 1989.
  88.