A software which draws a spinning Newton disc until it turns white. Written in D with the arsd library.
Download this source code along with the arsd library which can be found here: https://github.com/adamdruppe/arsd.
Then just compile it using the DMD compiler and the command "dmd newtonDisc -m64 -i -J. -O -g".
Run it and watch the magic happen on the screen.