www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - A GUI(100% written in D) for DMD

reply Murilo <murilomiranda92 hotmail.com> writes:
I've just created a GUI for DMD, thus you don't need to use the 
terminal(so primitive) anymore.

It's crude, but I'll improve it later, it is super easy and 
intuitive though.

I did it because I find it strange to use the terminal in the age 
of touchscreens and voice commands. I find it more elegant too.

Here is the GitHub to it: https://github.com/MuriloMir/DMD-GUI

Just download and run it.

P.S. The executable is for Linux, I'll make one for Windows 
later, but you can compile the code yourself.
Dec 29 2020
parent reply Dukc <ajieskola gmail.com> writes:
On Wednesday, 30 December 2020 at 02:41:33 UTC, Murilo wrote:
 [snip]
I think you should mention in the `readme.md` that the user needs to include ARSD source files to compile the program. It's obvious if the user happens to know that library, but not otherwise.
Dec 30 2020
next sibling parent Murilo <murilomiranda92 hotmail.com> writes:
On Wednesday, 30 December 2020 at 17:49:20 UTC, Dukc wrote:
 On Wednesday, 30 December 2020 at 02:41:33 UTC, Murilo wrote:
 [snip]
I think you should mention in the `readme.md` that the user needs to include ARSD source files to compile the program. It's obvious if the user happens to know that library, but not otherwise.
You're right, I forgot about that.
Dec 30 2020
prev sibling parent Murilo <murilomiranda92 hotmail.com> writes:
On Wednesday, 30 December 2020 at 17:49:20 UTC, Dukc wrote:
 On Wednesday, 30 December 2020 at 02:41:33 UTC, Murilo wrote:
 [snip]
I think you should mention in the `readme.md` that the user needs to include ARSD source files to compile the program. It's obvious if the user happens to know that library, but not otherwise.
I've just updated it, now it has more features and it already comes with the arsd library zipped with it. The colors were improved too.
Dec 30 2020