Help me modify this code
January 2, 2005 9:22 AM
Subscribe
Jared Tarbell generously offers the source code to
Binary Ring (click on "Thumbnail gallery" – "Binary Ring" – "Launch applet"). I’d like to modify this code to make larger images of the same type but I’m not getting anywhere. How do I do this? I’m a
beginner idiot.
posted by Termite to technology (4 comments total)
andIf you wanted to it to render to a window 1000x1000, change the following:
"int dim = 500;" to "int dim = 1000;"
and
"size(500,500);" to "size(1000,1000);"
I'd like to test whether this works for you, but the code appears to be written for an as-yet-unreleased programming language called Processing, which somewhat hampers my ability to 100% verify that I'm correct ;)
posted by Ryvar at 9:43 AM on January 2, 2005