Here is the latest version of the DMD GUI and several other Dlang projects I've finished

Murilo murilomiranda92 at hotmail.com
Fri Dec 22 21:42:50 UTC 2023


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


More information about the Digitalmars-d mailing list