www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - A GUI for DMD, the final version has been release.

reply Murilo <murilomiranda92 hotmail.com> writes:
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
Oct 09 2021
next sibling parent Paul Backus <snarwin gmail.com> writes:
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.
Oct 09 2021
prev sibling next sibling parent Ozan =?UTF-8?B?U8O8ZWw=?= <ozan.sueel gmail.com> writes:
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
Oct 10 2021
prev sibling parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
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?
Oct 11 2021
next sibling parent Steven Schveighoffer <schveiguy gmail.com> writes:
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
Oct 11 2021
prev sibling parent bauss <jj_1337 live.dk> writes:
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.
Oct 12 2021