home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14147 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!decwrl!pa.dec.com!wsl.dec.com!klee
  3. From: klee@wsl.dec.com (Ken Lee)
  4. Subject: Re: Animation
  5. Message-ID: <1992Jul21.170717.20957@PA.dec.com>
  6. Sender: news@PA.dec.com (News)
  7. Reply-To: klee@wsl.dec.com
  8. Organization: DEC Western Software Laboratory
  9. References:  <1992Jul20.183258.2367@hellgate.utah.edu>
  10. Distribution: USA
  11. Date: Tue, 21 Jul 92 17:07:17 GMT
  12. Lines: 18
  13.  
  14. |>     Somebody posted earlier, and I too would like to know:  What is the
  15. |> fastest way to produce non-flickering animation.
  16.  
  17. Three popular methods are:
  18.  
  19. 1.  the multi-buffer extension, if your server(s) support it
  20. 2.  draw to the window, manipulating the colormap to show the right image
  21. 3.  draw to an off screen pixmap, then copy to the window
  22.  
  23. The first is easiest, if you can use it.  The second is very efficient and
  24. there was an article on this in the *X Journal* a couple of months ago.  The
  25. third is the slowest, but is easy for beginners to understand.
  26.  
  27. -- 
  28. Ken Lee
  29. DEC Western Software Laboratory, Palo Alto, Calif.
  30. Internet: klee@wsl.dec.com
  31. uucp: uunet!decwrl!klee
  32.