Path: utzoo!attcan!uunet!amdahl!ames!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!labrea!polya!lipa From: lipa@polya.Stanford.EDU (William J. Lipa) Newsgroups: comp.sys.mac.programmer Subject: Re: Drawing Points Fast ?? Message-ID: <7611@polya.Stanford.EDU> Date: 11 Mar 89 00:04:11 GMT References: <1297@dogie.edu> Sender: William J. Lipa Reply-To: lipa@polya.Stanford.EDU (William J. Lipa) Organization: Stanford University Lines: 6 Going directly to the screen memory is a Bad Idea if you're interested in future compatibility. For example, your program won't work as written on a machine with Color Quickdraw, and undoubtedly would fail if/when Apple introduces hardware-accelerated graphics. Bill Lipa