Question: What was graphics programming like in early versions of Mac OS or Windows? Before GPUs became mainstays?
Who can tell me?
Having gained an understanding of what computer graphics involves, creating GUIs on 1980s or early 90s CPUs seems like quite the accomplishment!
@alcinnz The most tedious part is that there was no compositor. When a window was moved and part of your application window was exposed as a result, you were handed the coordinates and expected to redraw that part of your window, and not anything that was now covered up.
@wizzwizz4 @mathew I've heard Apple say Safari includes such features...
@alcinnz @wizzwizz4 I don't know about Safari, but it's possible to get information about the different layers being composited onto the screen in OS X. There's an open source screenshot program called ScreenToLayers that pulls them out into individual layers in a Photoshop file.