Drawing Native OSX Windows with D

Guillaume Piolat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Nov 28 03:47:16 PST 2015


On Saturday, 28 November 2015 at 10:40:19 UTC, Mike McKee wrote:
> Does anyone have a demo that shows how I can call the native 
> OSX API to draw a basic window that's minimizable and can be 
> closed?
>
> I was thinking of making an installer for the Mac, you see. So 
> for instance, people would download a very thin .app file and 
> run that. Because it only uses native window APIs on OSX, it 
> wouldn't be a huge download. That way, this installer can then 
> download the larger payload of my Qt/C++ application that I 
> composed.

https://github.com/p0nce/DerelictCocoa/tree/master/examples/window


More information about the Digitalmars-d-learn mailing list