Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
July 08, 2002 Software written in D | ||||
---|---|---|---|---|
| ||||
I want to see some non-text-only software written in D... Can some of you post some URL's to cool examples? I think D should be multiplatform but should first concentrate on a nice RAD environment for windows. It should not use an existing peerless multiplatform GUI toolkit. The hard and annoying work of creating the D gui toolkit should be done for each platform individually. For design questions, C# and Java both, not one or the other, can offer insight for troubling nit picky things in a standard library. For RAD questions as well, but Java is peerless and that's not good imho. An approach like Borland's VCL/XCL is also worth a look, as it is practical. |
July 08, 2002 Re: Software written in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Toyotomi | Toyotomi wrote:
> I want to see some non-text-only software written in D...
> Can some of you post some URL's to cool examples?
>
> I think D should be multiplatform but should first concentrate on a nice
> RAD environment for windows. It should not use an existing peerless
> multiplatform GUI toolkit. The hard and annoying work of creating the D
> gui toolkit should be done for each platform individually.
>
> For design questions, C# and Java both, not one or the other, can offer
> insight for troubling nit picky things in a standard library. For RAD
> questions as well, but Java is peerless and that's not good imho. An
> approach like Borland's VCL/XCL is also worth a look, as it is practical.
Have you looked at GTK? I think a peerful multi-platform gui toolkit can work nicely.
|
July 08, 2002 Re: Software written in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to andy | >Have you looked at GTK? I think a peerful multi-platform gui toolkit can work nicely.
GTK in Windows is ugly and non-standard. It is not what users are used to. There are other issues as well, but if I mention those, the all important ones I just mentioned would likely be completely ignored in replies.
|
July 09, 2002 Re: Software written in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to andy | What about leveraging wxwindows? "andy" <acoliver@apache.org> wrote in message news:3D2A1A1A.6020403@apache.org... > Toyotomi wrote: > > I want to see some non-text-only software written in D... Can some of you post some URL's to cool examples? > > > > I think D should be multiplatform but should first concentrate on a nice RAD environment for windows. It should not use an existing peerless multiplatform GUI toolkit. The hard and annoying work of creating the D gui toolkit should be done for each platform individually. > > > > For design questions, C# and Java both, not one or the other, can offer insight for troubling nit picky things in a standard library. For RAD questions as well, but Java is peerless and that's not good imho. An approach like Borland's VCL/XCL is also worth a look, as it is practical. > > Have you looked at GTK? I think a peerful multi-platform gui toolkit can work nicely. > |
July 09, 2002 Re: Software written in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Shaw | "Steven Shaw" <steven_shaw@iprimus.com.au> schrieb im Newsbeitrag news:ageatm$29mn$1@digitaldaemon.com... > What about leveraging wxwindows? Hi, I once managed the open-source project for a portable GUI library OpenAmulet (http://www.openip.org) that uses constraints, which is a very powerful concept. I'm interested in getting the first steps done in porting it to D. Anyone interested? -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de |
Copyright © 1999-2021 by the D Language Foundation