◄ Wiki / Graphics
NSView
The basic building block for anything drawn on screen in a Mac app.
NSView is the Cocoa object representing a rectangular region of a macOS window that can draw content and receive input. To present GPU-rendered frames on screen, graphics code attaches its output to an NSView (often a Metal-backed one). In microZeus it's the on-screen presentation surface on macOS.