December 22

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

December 23

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.