home *** CD-ROM | disk | FTP | other *** search
- Path: mn5.swip.net!news
- From: Ola.Lindgren@mailbox.swipnet.se (Daniel Hallgren)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Fastest way to display things on a screen?
- Date: 16 Apr 1996 18:40:06 GMT
- Organization: -
- Message-ID: <4l0pi6$gus@mn5.swip.net>
- NNTP-Posting-Host: dialup100-3-10.swipnet.se
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- NNTP-Posting-User: 0b41e9b875fe18cc73bc3f4defa8d06a
- X-Newsreader: WinVN 0.99.6
-
- I'm thinking of writing a game, and I wonder which way is the best and fastest
- to display graphics on a customscreen opened with OpenScreenTagList()?
- Superbitmap windows are said to be very slow. To me, creating my own bitmap
- with InitBitMap() and attaching it to screen with the tag SA_BitMap and then
- render the graphics directly into the bitplanes seems the fastest way. Any
- ideas? BTW, is WaitTOF fast enough for games?
-
- /Daniel
-
-