Is it possible to draw in other processes windows on MacOSX using Cocoa or other libraries?
If yes, are there any samples? Alternatively a quick summary of what i'd have to do?
(I need to support at least OSX 10.5)
Shared memory is of course a possible solution, but i'd prefer direct drawing to avoid synchronization overhead and code duplication (the use-case consists of one producer and n clients).