perlin noise for html canvas tag

tinfoil

Banned
what is it?
[ame]http://en.wikipedia.org/wiki/Perlin_noise[/ame]

what's the deal?
http://www.ozoneasylum.com/30982?&latestPost=true#latestPost
Somebody posted a simple example of this in canvas and I had to play with it. So freaking cool.
Here's what I made with it.
http://h1.ripway.com/stirfry/perlin/RGBcolorPickerWithPerlinNoise.html
perlinNoise.png


what's the point?
I'm going to use this send textures to page elements with toDataURL()
Blog entry coming up!!
 
Are you making any money wit this shit? You're way smarter than me and they're paying me good money to mess up peoples computers.
 
I'm about to partner with a construction co owner to make some sites and do some work. Been learning. Big step in progress lately. I've arrived at what I would call a javascript coder. Now I need to learn the rest.

Cross your fingers for me.

Check this out. Random JPP colors. paste in the address and click
javascript:function num(){return Math.floor(Math.random()*255)};var getspan=document.getElementsByTagName("div");for(i in getspan){ with(getspan.style){background='rgb('+num()+','+num()+','+num()+')';color='rgb('+num()+','+num()+','+num()+')'}};void(0)

nv8i9s.jpg
 
Last edited:
Back
Top