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

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.advocacy,comp.os.ms-windows.advocacy
  4. Subject: Re: intuition inefficient ?
  5. Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.advocacy,comp.os.ms-windows.advocacy
  6. Date: 25 Feb 1996 20:42:27 GMT
  7. Organization: Teleport - Portland's Public Access (503) 220-1016
  8. Distribution: world
  9. Message-ID: <4gqhjj$j7b@maureen.teleport.com>
  10. References: <4gm2qg$8lk@sunsystem5.informatik.tu-muenchen.de>
  11. NNTP-Posting-Host: kelly.teleport.com
  12. X-Newsreader: TIN [version 1.2 PL2]
  13.  
  14. Juergen "Rally" Fischer (fischerj@Informatik.TU-Muenchen.DE) wrote:
  15. : I just had a big flame with my friend, a PCer (he told about DOS & Win 
  16. : for competing with Kickstart in doing rastersplitfree animations :D ).
  17.  
  18.  splitfree require dbuffer, PC/Amiga have that... but I dont think
  19.  ethier do it in 'windows'. SGI do window dbuffer in HW using overlay
  20.  planes so require 24bit+xbit to do 12bit splitfree anim.
  21.  They have a vsync signal, but this dont do much for rastersplit free
  22.  anim...
  23.  
  24. : I told him his gfx-lib would run best on kickstart when doing tripple 
  25. : buffering. He answered, so what, it would run better on a C64 than 
  26. : on PC lacking vblank features ;) But slower...
  27.  
  28.  quadruple buffer or more would be even better :)
  29.  
  30. : My argument was, that a given hardware, if supplying all those goodies
  31. : like vblank interrupt and timers would run animations best with
  32. : kickstart. His re was that future Win versions might also support this
  33. : and that kickstart isn't portable due to its features. Well, a Win
  34. : version using vblank would need something more than a PC, something
  35. : with a blank interrupt. An Amiga, for example ;)
  36. : So the "new windoze" would be as inportable as kickstart...
  37.  
  38.  opengl support Vblank, and run on sgi/pc/... A pc card should be able
  39.  to send an interupt.... The card driver /os can act accordingly.
  40.  
  41. : We flamed what's more likely, kickstart getting mem protection features
  42. : or win getting vblank features ;)
  43. : I can't believe they'll ever implement those nice little things A500 
  44. : already had (vblank & stuff) into PC hardware _and_ the OSes (win, linux).
  45.  
  46.  I dont know PC HW , but Dbuffer is what I would go for... BTW I read
  47.  that the 'majority' of amiga nowdays dont have a vbi anymore :)
  48.  Well they have the native video one, but since its not used it mean
  49.  nothing. 
  50.  
  51.  The VBL mean nada for splitfree anim, you can as well use a timmer
  52.  interupt derived from the video mode timing.
  53.  
  54.  Stephan
  55.