www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Here is the latest version of the DMD GUI and several other Dlang

reply Murilo <murilomiranda92 hotmail.com> writes:
I've finished the latest version of the GUI for the DMD compiler. 
Here it is, that way you don't need to use the terminal anymore.
https://github.com/MuriloMir/DMD-GUI

Here are codes to create recursive art in D, the first is to 
create a Sierpinski triangle and the second is to create a 
Sierpinski gasket. They use Fiber and the arsd library.
https://github.com/MuriloMir/Sierpinski-triangle-algorithm
https://github.com/MuriloMir/Sierpinski-gasket-algorithm

This is a software which draws a Newton disc and makes it spin 
until it all turns white. Written in D with the arsd library.
https://github.com/MuriloMir/Newton-disc

This is a software which creates pixels that keep changing 
colors, to make an artwork. Written in D with the arsd library.
https://github.com/MuriloMir/Pixels

A simple game written in D.
https://github.com/MuriloMir/Fixing-the-world
Dec 22 2023
parent Hipreme <msnmancini hotmail.com> writes:
On Friday, 22 December 2023 at 21:42:50 UTC, Murilo wrote:
 I've finished the latest version of the GUI for the DMD 
 compiler. Here it is, that way you don't need to use the 
 terminal anymore.
 https://github.com/MuriloMir/DMD-GUI

 [...]
Nice work! Though I highly recommend putting screenshots in your projects, will make them a lot more attractive.
Dec 23 2023