Description
This article is from the Mac Programming
FAQ, by Jon Watte h+@austin.metrowerks.com with numerous
contributions by others.
5.8) Why is it a bad idea to draw directly to screen? (Imaging with QuickDraw - Mac Programming)
Because of several reasons:
- You will be incompatible with future display hardware.
- You will be incompatible with some present-day display
hardware, such as Radius Pivots and PowerBook color screens.
- You have to think about a lot of things; testing it all on
your own machine is not possible and the chances of crashing are
great.
- You will be incompatible with future hardware where devices
may live in some unaccessible I/O space.
 
Continue to:
Share and Enjoy
Bookmark this story so others can enjoy it:
Tags
os, Mac, macintosh, apple, programming, software