Thread overview |
---|
December 30, 2020 A GUI(100% written in D) for DMD | ||||
---|---|---|---|---|
| ||||
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. |
December 30, 2020 Re: A GUI(100% written in D) for DMD | ||||
---|---|---|---|---|
| ||||
Posted in reply to Murilo | 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.
|
December 30, 2020 Re: A GUI(100% written in D) for DMD | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dukc | 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.
|
December 30, 2020 Re: A GUI(100% written in D) for DMD | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dukc | 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.
|
Copyright © 1999-2021 by the D Language Foundation