5 ms·
One thing that would be fun is a way to toggle between a few shades of gray.
by timestretch 13y ago
One thing that would be fun is a way to toggle between a few shades of gray.
- paramaggarwal 13y agoI made it so that even the code is very hackable. Fiddle around in the source+console, and you can add your very own colors too!
- achal 13y agoThanks, the fact that it was so simple to make it do random things is great. Very fun.
- timestretch 13y agoCool! For me, reducing the pixelSpacing to 0 really helped make it more artistic.
- paramaggarwal 13y agoAwesome! pixelSpacing is now 0 for all. Thanks!
- bromagosa 13y agoI'm loving abusing this! The only problem is there are too many people trying their scripts at the same time, but it's really cool you left it completely hackable! for (i=0;i<60;i++) { for (j=0;j<60;j++) { firebaseCanvasData.child(i+':'+j).set("rgb("+(255-i*2)+","+(255-j)+","+(i*j)+")") }} Edit: Ok, definitely too many people abusing it...