digitalmars.D - A GUI(100% written in D) for DMD
- Murilo (10/10) Dec 29 2020 I've just created a GUI for DMD, thus you don't need to use the
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
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
On Wednesday, 30 December 2020 at 17:49:20 UTC, Dukc wrote:On Wednesday, 30 December 2020 at 02:41:33 UTC, Murilo wrote:You're right, I forgot about that.[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
On Wednesday, 30 December 2020 at 17:49:20 UTC, Dukc wrote:On Wednesday, 30 December 2020 at 02:41:33 UTC, Murilo wrote: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.[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