home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7496 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: mn5.swip.net!news
  2. From: Ola.Lindgren@mailbox.swipnet.se (Daniel Hallgren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Fastest way to display things on a screen?
  5. Date: 17 Apr 1996 16:07:54 GMT
  6. Organization: -
  7. Message-ID: <4l350q$o8r@mn5.swip.net>
  8. References: <4l0pi6$gus@mn5.swip.net> <4l2f1k$eqt@mn5.swip.net>
  9. NNTP-Posting-Host: dialup100-3-14.swipnet.se
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. NNTP-Posting-User: 0b41e9b875fe18cc73bc3f4defa8d06a
  13. X-Newsreader: WinVN 0.99.6
  14.  
  15. In article <4l2f1k$eqt@mn5.swip.net>, dan.eriksson@vxjkatedral.se says...
  16. >
  17. >In article <4l0pi6$gus@mn5.swip.net>, Ola.Lindgren@mailbox.swipnet.se (Daniel 
  18. Hallgren) says:
  19. >>
  20. >>I'm thinking of writing a game, and I wonder which way is the best and 
  21. fastest 
  22. >>to display graphics on a customscreen opened with OpenScreenTagList()? 
  23. >>Superbitmap windows are said to be very slow. To me, creating my own bitmap 
  24. >>with InitBitMap() and attaching it to screen with the tag SA_BitMap and then 
  25. >>render the graphics directly into the bitplanes seems the fastest way. Any 
  26. >>ideas? BTW, is WaitTOF fast enough for games?
  27. >>
  28. >>        /Daniel
  29. >>
  30.  
  31. >2) Open a borderless backdrop window on which cover the entier screen. 
  32. >This has the advantage that you can add gadget (gadtools too) to the 
  33. >display.
  34.  
  35. Does it slow down the display a lot?
  36.  
  37.     / Daniel
  38.  
  39.