home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 5 / af005.adf / Utilities / BrushCon / BrushCon.Doc < prev    next >
Encoding:
Text File  |  1987-06-04  |  1.5 KB  |  29 lines

  1.  
  2.                   B R U S H C O N
  3.                   ~~~~~~~~~~~~~~~
  4.   BrushCon is (C) 1989 J.Lonsdale and P.Henderson. It may be freely
  5. distributed for non commercial purposes. The assembly source which this
  6. program outputs is the copyright of the user.
  7.  
  8.   So you`ve just finished writing your great machine code program and you
  9. feel like making it look pretty. Is it time to get your sheets of graph paper
  10. out to draw your graphics and then spend time working out the binary? No! Its
  11. time to get Dpaint out because with the aid of this handy program you can
  12. convert your IFF brushes into assembly source complete with part of the
  13. intuition structure ready prepared!
  14.  
  15.   To start, either double click on the BrushCon icon from workbench or type
  16. BrushCon from the CLI. At this point BrushCon will have opened up its own
  17. window to communicate with you. First type the complete path for where the
  18. brush is coming from. BrushCon will then load the brush up. Then type in the
  19. complete path for where your assembly source will go. You may change disks at
  20. this point if you wish. Then type in the assembly source file label. When
  21. BrushCon has finished doing that you get the option to convert another brush
  22. or drop straight out.
  23.  
  24.   The text file which is outputted consists of primarily of an intuition
  25. structure which can be used images, gadgets and menus. Then after this comes
  26. the data for each bitplane. Each bitplane is separated by a new line. This
  27. means if you don`t wish to use intuition then you can still use these
  28. bitplanes for your own programs.
  29.