How do you use D to launch/open a window?

rikki cattermole via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Apr 22 21:17:06 PDT 2016


On 23/04/2016 9:29 AM, anonymousuer wrote:
> On Friday, 22 April 2016 at 21:26:25 UTC, ciechowoj wrote:
>> On Friday, 22 April 2016 at 21:13:31 UTC, anonymousuer wrote:
>>> What code is needed to tell D to open a window? Thank you in advance.
>>
>> Could you specify what kind of window do you need?
>
> As in a regular Windows window, for example when you open up IE or a
> program. The container of the program itself, non-command-line.

So a GUI window?
If so I am working on a library for that for Phobos.
Only problem is, its a long way off. Although Windows support is more or 
less done.

https://github.com/rikkimax/alphaPhobos/tree/master/source/std/experimental/ui/window

Otherwise you're stuck with c libraries such as SDL.


More information about the Digitalmars-d-learn mailing list