home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / tech / 6382 < prev    next >
Encoding:
Text File  |  1992-12-22  |  968 b   |  28 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!email!nino
  3. From: nino@vmars.tuwien.ac.at (Marinos Yannikos)
  4. Subject: Re: Sending objc_draw to a buffer
  5. Message-ID: <1992Dec22.130323.2260@email.tuwien.ac.at>
  6. Sender: news@email.tuwien.ac.at
  7. Nntp-Posting-Host: idefix.vmars.tuwien.ac.at
  8. Organization: TU Wien, Vienna, Austria
  9. References: <1992Dec20.151231.5801@debug.cuc.ab.ca>
  10. Date: Tue, 22 Dec 1992 13:03:23 GMT
  11. Lines: 15
  12.  
  13. Cford@debug.cuc.ab.ca (Conan Ford) writes:
  14. : Here's a suggestion:
  15. :  
  16. : Set the logbase() to a 32000 byte buffer.   That way all drawing will be
  17. : done there but the user won't see it.  After each objc_draw, use BIT_BLIT
  18. : to save the drawn stuff into another buffer.  After you are done, set the
  19. : screen back.  Make sure to hide the mouse for this.
  20. : -- 
  21.  
  22. And if you want your program to be usable by other people than ST users
  23. without graphics cards, Overscan etc., better think about that logbase()
  24. and 32000 bytes buffer again...
  25.  
  26. -MY
  27.  
  28.