home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 145.lha / BonsaiConstructionSet / README < prev    next >
Encoding:
Text File  |  1986-11-21  |  2.6 KB  |  54 lines

  1.  
  2. BSC is an all-in-one tree growing program. Judging from the description
  3. of the original program in Analog Computing May 1986, this version has got
  4. to be 100 or more times faster drawing than the Atari basic version.
  5. I combined all the programs in the article and added more selective drawing,
  6. plus a screen save option. A few changes from the original perspec: I
  7. eliminated range checking in this version, as it isn't necessary for the
  8. Amiga (the drawing port is so large, the numbers could never get that big).
  9. This speeds drawing by a factor of 5.  I had to redo the branch widening
  10. algorithm, as something in the original program couldn't be translated to
  11. Microsoft Basic (good for developing programs, and actually faster than 'C'
  12. for floating point--without the FFP from Motorola). This version of Bonsai
  13. now makes use of the FFP library when calculating data
  14. sets. Use 'save data' from the menu to save the most recently constructed
  15. data set.  Use 'save picture' to save the window in IFF format.
  16. Other additions and goodies:
  17. The program incorporates Charlie Heath's palette routine to change the
  18. default color map. Use 'modify colors' from the Bonsai menu.
  19.  
  20. A 'color' menu has been added to select the color the next tree will be
  21. drawn with.  This consists of the first 12 colors after the system colors
  22. (0-3).  Default is dark-brown.
  23.   If you modify the default palette with the palette-change option,
  24. the menu will no longer reflect what's happening on screen, but the order of
  25. the colors remains the same.
  26.  
  27. A 'scale' menu has been added to enlarge or shrink the tree images. A range
  28. of x0.1 (tiny) to x2.0(large) is useful for creating depth in pictures.  Use
  29. a smaller scale for trees in the background.  Note: there is no
  30. hidden-line removal in this, so the foremost tree drawn is the last one
  31. drawn.  Background trees should be drawn first, therefore.
  32. Default scale is 1.0.
  33.  
  34. Pointer changes to a tree when you are positioning trees on the screen.
  35.  
  36. Select 'New Tree' to create a new tree on the screen.  Position the tree
  37. pointer where you want the new tree to go, then click the left mouse button.
  38.  
  39. Select 'New Picture' from the Bonsai menu to clear the current window.
  40.  
  41. Pointer changes to a yield sign during lengthy calculations and disk
  42. accesses.
  43.  
  44. A dialog window appears when loading or saving data files and pictures.
  45. Pointer changes to a tree when load has been selected and confirmed with OK.
  46. Position the tree pointer where you want the loaded data file to be drawn.
  47.  
  48.  
  49. All correspondence about this program should be addresed to
  50.  
  51.       Terry W. Gintz
  52.       4430 Pinecrest Drive
  53.       Eugene, Or 97405
  54.