◄ Wiki / OS
Cocoa
Apple's native application framework for building macOS app windows and interfaces.
Cocoa is the long-standing set of APIs macOS apps use to create windows, draw controls, and handle input the platform-native way. Targeting it means integrating with the real macOS windowing system rather than drawing everything from scratch. Here it serves as one compositor personality and a window-manager backend.
See also
- compositorThe component that takes all the individual windows and combines them into the single image shown on screen.