browse OpenProcessing

walk away
Star Wars
Hyper Magnet
browse all>

browse the portfolio of Luis Gonzalez

Fast Plasma
Wormhole
Interference
Metatunnel
see more>
Star Wars

Star Wars

uploaded by
Luis Gonzalez
no external files used. nobody said anything about param()
Embed Code
Fave'd by 0 users
Sketch added to your favorites in your portfolio.
You must login/register to add this sketch to your favorites.

comments

source code

Comments

Martin Schneider
28 Aug 2009, 02:37
Beautiful. A whole galaxy inside your java params ;-)
I think it boils down to the question whether "index.html" constitutes an external file or not ...
Dave Bollinger
28 Aug 2009, 11:36
hee hee, clever, and very sneaky :)
not sure you'll get away with it tho ;)
otoh, if it IS legal, i'd expect someone will try encoding some image data in there
dotlassie
29 Aug 2009, 01:49
c+++b means (c++)+b or c+(++b)?
Unfortunately the text finishes with "Pursued by the Empi", so there are limits with this technique.
Luis Gonzalez
30 Aug 2009, 02:07
I think if people are allowed to exclude void setup(){size(320,200);} from their sketches and rely on parameters set by index.html for height and width, then I too can I use parameters for this.

dotlassie:
c+++b = (c++)+b

I got around the 100 maxlength archive textfield limit by intercepting the "imports" form value that was posted from my browser and replacing it with a larger string on mid-submit. Unfortunately the server limits this 500 something characters.
Cedric Mamo
01 Sep 2009, 02:17
a good artist always thinks outside the box xD... love your use of param xD
Luis Gonzalez
14 Sep 2009, 07:43
Parameter use is legal because it is a core function of processing. The "ARCHIVE" param is no different than the "HEIGHT" or "WIDTH" param. If it is a problem, any sketch not specifying height and width should be in trouble.
You need to login/register to comment.