Thread overview
A GUI for DMD, the final version has been release.
Oct 09, 2021
Murilo
Oct 10, 2021
Paul Backus
Oct 10, 2021
Ozan Süel
Oct 11, 2021
Dejan Lekic
Oct 12, 2021
bauss
October 09, 2021

Hi guys, I've just finished the final version of the DMD GUI, there is Linux and a Windows version, click on the link below to download it:
https://github.com/MuriloMir/DMD-GUI

October 10, 2021

On Saturday, 9 October 2021 at 23:02:22 UTC, Murilo wrote:

>

Hi guys, I've just finished the final version of the DMD GUI, there is Linux and a Windows version, click on the link below to download it:
https://github.com/MuriloMir/DMD-GUI

Nice. Not something I'd use myself, but it might be helpful for beginning programmers getting into D.

One thing that might be worth adding is a way to select the working directory, so that you don't have to navigate to the folder with your D code before launching the app.

October 10, 2021

On Saturday, 9 October 2021 at 23:02:22 UTC, Murilo wrote:

>

Hi guys, I've just finished the final version of the DMD GUI, there is Linux and a Windows version, click on the link below to download it:
https://github.com/MuriloMir/DMD-GUI

Great. Thanks for it.
More choices, more fun ...

Regards Ozan

October 11, 2021

On Saturday, 9 October 2021 at 23:02:22 UTC, Murilo wrote:

>

Hi guys, I've just finished the final version of the DMD GUI, there is Linux and a Windows version, click on the link below to download it:
https://github.com/MuriloMir/DMD-GUI

It is always good to see new D projects, but why should I not simply use Adam's simpledisplay directly?

October 11, 2021

On 10/11/21 5:44 PM, Dejan Lekic wrote:

>

On Saturday, 9 October 2021 at 23:02:22 UTC, Murilo wrote:

>

Hi guys, I've just finished the final version of the DMD GUI, there is Linux and a Windows version, click on the link below to download it:
https://github.com/MuriloMir/DMD-GUI

It is always good to see new D projects, but why should I not simply use Adam's simpledisplay directly?

Murilo has written a wrapper for the DMD compiler that uses a GUI to run it instead of the command line.

While this tool isn't something for me (I'm a command-line guy), it's not a GUI framework or GUI library for D (which is what I thought too when I saw the subject).

-Steve

October 12, 2021

On Monday, 11 October 2021 at 21:44:46 UTC, Dejan Lekic wrote:

>

On Saturday, 9 October 2021 at 23:02:22 UTC, Murilo wrote:

>

Hi guys, I've just finished the final version of the DMD GUI, there is Linux and a Windows version, click on the link below to download it:
https://github.com/MuriloMir/DMD-GUI

It is always good to see new D projects, but why should I not simply use Adam's simpledisplay directly?

Opening the link would have answered all your questions.