home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20416 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!rutgers!uwvax!zazen!news
  2. From: koehn@vms.macc.wisc.edu
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Color QuickDraw on old Macs
  5. Message-ID: <1992Dec30.031837.7017@macc.wisc.edu>
  6. Date: 30 Dec 92 02:17:04 GMT
  7. Sender: news@macc.wisc.edu (USENET News System)
  8. Organization: University of Wisconsin Academic Computing Center
  9. Lines: 29
  10.  
  11. There's a major problem I'm having with the Mac Operating System: why in the 
  12. hell can't Apple put Color QuickDraw on all Macs? It makes programming a major 
  13. pain, and seems unnecessarily divisive. Now I know what everybody out there is 
  14. going to say:
  15.  
  16. "Because Color QuickDraw on an 8 MHz 68000 would be dog slow."
  17.  
  18. But why not just extend the functionality of plain old B&W quickdraw a bit? 
  19. Just make the necessary routines to make CGrafPorts and such that work only in 
  20. 1-bit on those machines. Then even though they remain strictly B&W macs, they 
  21. can run CQD applications. You don't have to put QuickTime on them, just let 'em 
  22. run more programs! Now I know what everybody out there is going to say:
  23.  
  24. "But it would just make the machines slow down trying to display color 
  25. information and convert it to 1-Bit mode!"
  26.  
  27. But all of that code seems to already exist! How else can my Mac Plus (which 
  28. has an 030/882 and should be able to run CQD ANYWAY) display PICTs from color 
  29. machines that have 24-bit images, color lines, etc? It seems to be speedy 
  30. enough! The color map PICT from the System 7 scrapbook draws fast enough for 
  31. me, even when I turn off my accellerator! All I'm saying is just extend the 
  32. existing code package the two inches further necessary to give some kind of 
  33. bare minimum CQD support to all macs, if not a full-blown package with things 
  34. like QuickTime.
  35.  
  36. It would make my life much easier, both as a programmer and as a user.
  37.  
  38. Brad Koehn
  39. koehn@mac.wisc.edu
  40.