home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / sys / amiga / demos / 1744 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.2 KB  |  39 lines

  1. Newsgroups: alt.sys.amiga.demos
  2. Path: sparky!uunet!mcsun!news.funet.fi!ajk.tele.fi!funic!nntp.hut.fi!nntp!mknip
  3. From: mknip@niksula.hut.fi (Mats Anders Knip)
  4. Subject: Re: Writing a StarField. Which method is best?
  5. In-Reply-To: oahvenla@snakemail.hut.fi's message of Thu, 19 Nov 1992 09:37:31 GMT
  6. Message-ID: <MKNIP.92Nov20135703@valerian.hut.fi>
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Nntp-Posting-Host: valerian.cs.hut.fi
  9. Organization: Helsinki University of Technology, Finland
  10. References: <1992Nov7.104910.60476@cc.usu.edu> <1992Nov11.131803.1276@ifi.uio.no>
  11.     <1992Nov17.211753.11335@ntg.com>
  12.     <LUNDMAN.92Nov19150314@kauri.kauri.vuw.ac.nz>
  13.     <OAHVENLA.92Nov19113731@lk-hp-3.hut.fi>
  14. Date: 20 Nov 92 13:57:03
  15. Lines: 22
  16.  
  17. > Well, there's a easy way of getting sure 50 (or 60) fps without turning off
  18. > the interrupts. Use them yourself. Make them high priority ones, and nothing
  19. > can stop you from having all the time you want, while the system is running
  20. > (well, would be if there's time) in background. If you don't mess with the
  21. > copperlists yourself, but use Views for that, you can even switch back and
  22. > forth applications... Now all this is unnecessary on a A500, as all the time
  23. > is probably used anyway, but what if you have a 25MHz 68030? A lot of time
  24. > is left unused, and could be used your something else, provided you don't
  25. > do the blitter waiting in busy loops... There are ways around that too.
  26.  
  27. You do have a point there, but you are forgetting one thing: we are
  28. talking demos here, not utilities - and demos aren't usually run
  29. in the background. A demo is lika a movie - when you watch a demo
  30. you watch the demo and do nothing else. You don't need multitasking in
  31. a demo. Switching off all interrupts is perfectly fine in a big demo
  32. (especially as a bigger demo usually loads via trackdisk from boot...)
  33. as long as you reset the old pointers in the end (naturally...).
  34. --
  35.  *=--------------------------------------------------------------------------=*
  36.  *                     E-Mail:   mknip@niksula.cs.hut.fi                      *
  37.  *     Helsinki University of Technology / department of Computer Science     *
  38.  *=--------------------------------------------------------------------------=*
  39.