This project was created for fxhash's first birthday, where collections would have 365 mints at 1tez each.

I was in the very early stages of working on FALLiNGWATER, mainly focused on cr4eating buildings and vanishing points. I quickly adapted the code to create these ghostlike textured buildings. In theory the pieces are plottable, but there are so many dots it would take forever to plot, and also the plotter would just stop halfway through. I went on to create a second unpublished version that used lines instead of dots to make it more plottable.

Instructions

=======================================

Print size is square.

Keypresses

'h' - toggle high resolution
't' - toggle paper texture off
's' - save PNG file

Printing

The high resolution image outputs at 8,192 x 8,192 pixels.

Print 27.3" x 27.3" at 300dpi Print 69.4cm x 69.4cm at 300dpi

Add ?forceWidth=xxxx where xxxx is the pixels size you want. For example to print at 100cm high, the width would need to be 100cm. 100cm in inches is 39.37" at 300dpi = 11,811 pixels width. So using ?forceWidth=11811 and downloading will give you an PNG large enough to be safely printed at 1 meter height.

Links

>> Project page
>> fx(hash)
>> View source code on GitHub