On 2 May 2024, at 5:38, Hin-Tak Leung wrote: > I think Just uses pyobjc (python binding to objective c), which is bunded on > mac os x's shipped Python.
macOS doesn't include python anymore BTW. On 2 May 2024, at 10:37, Alexei Podtelezhnikov wrote: > Me too. We are talking about an API which opens a window and shows an > uncompressed pixel buffer in whatever language.Then it passes on keystrokes, > receives an updated pixel buffer, and updates the window with it. Is that what we're looking to do? If so, you might also look at NSWindow and NSView. Something else to consider: what is the oldest version of macOS you want to support with this? Sean