Wavy Pattern


You can download the source code if you'd like.
You need a java enabled browser to view this applet.

The pattern, if it were not waving, would simply be the greyscale value of the x and y coords binary "and"ed together. All the wave does is offset the x and y a little depending on a sin wave that is a function of the opposite variable. Okay, a little to mathy. It just looks cool. Again, read the source for more info on how it works.