12D-BoundlessArray — Ballpaper
Published: 2004-04-25 05:35:31 +0000 UTC; Views: 278; Favourites: 0; Downloads: 161 Redirect to originalDescription
I made a C++ programs that draws a bunch of "balls" on the screen. It does not simply draw one on top of the other. It looks at each pixel of each ball and, if the pixel is of a higher value (more black) than the pixel already drawn on the screen, the new pixel is drawn. Also, if the ball goes out of one side of the screen, it pops out the other side (this is what makes the image tileable).
Related content