StaticFiaFractals

Posted by s on Aug. 13, 2007, 11:25 p.m.

Here are 7 banners I have made for StaticFire,upon request

First time I've ever been asked for a fractal…

Personally,I think it could have be more grayish,but I'll make changes after someone else rapes it
x=0;y=0;v=0;draw_set_font(fnt)
do{do{draw_point_color(x,y,make_color_hsv(32*sin(degtorad(v*x)),64+128*cos(degtorad(y)),230+25*(cos(degtorad(x*y)+sin(degtorad(x*y))))))
x+=1;v+=pi}until x=817;x=0;y+=1}until y=106
draw_set_color(-1)
draw_text(32,-8,"static");draw_text(96,36,"fire")

http://64digits.com/users/serprex/StaticFia.PNG

x=0;y=0;v=0;draw_set_font(fnt)
do{do{draw_point_color(x,y,make_color_hsv(200+55*sin(degtorad(v*x)),64+128*cos(degtorad(y)),230+25*(cos(degtorad(x+y)+sin(degtorad(x+y))))))
x+=1;v+=pi}until x=817;x=0;y+=1}until y=106
draw_set_color(-1)
draw_text(32,-8,"static");draw_text(96,36,"fire")

http://64digits.com/users/serprex/StaticFia2.PNG

x=0;y=0;v=0;draw_set_font(fnt)
do{do{draw_point_color(x,y,make_color_hsv(222+64*sin(degtorad(sqr(x)+v)),64+128*cos(degtorad(y)),230+25*(cos(degtorad(x+y)+sin(degtorad(x+y))))));x+=1;v+=pi}until x=817;x=0;y+=1}until y=106
draw_set_color(-1)
draw_text(32,-8,"static");draw_text(96,36,"fire")

http://64digits.com/users/serprex/staticfia3.PNG

x=0;y=0;v=0;draw_set_font(fnt)
do{do{draw_point_color(x,y,make_color_rgb(64+64*cos(degtorad(x*v)),64+64*cos(degtorad(x*v)),128+32*cos(degtorad(x*v))));x+=1;v+=pi}until x=817;x=0;y+=1}until y=106
draw_set_color(-1)
draw_text(32,-8,"static");draw_text(96,36,"fire")

http://64digits.com/users/serprex/StaticFia4.PNG

x=0;y=0;v=0;c=0;draw_set_font(fnt)
do{do{
c=make_color_rgb(64+64*cos(degtorad(x*v)),64+64*cos(degtorad(x*v)),128+32*cos(degtorad(x*v)))
draw_point_color(x,y,make_color_hsv(170+10*cos(degtorad(color_get_hue(c))),max(color_get_saturation(c)-64,16),min(color_get_value(c)+128,240)));x+=1;v+=pi}until x=817;x=0;y+=1}until y=106
draw_set_color(-1)
draw_text(32,-8,"static");draw_text(96,36,"fire")

http://64digits.com/users/serprex/StaticFia5.PNG

x=0;y=0;v=0;draw_set_font(fnt)
do{do{
c=make_color_hsv(222+64*sin(degtorad(sqr(x)+v)),64+128*cos(degtorad(y)),230+25*(cos(degtorad(x+y)+sin(degtorad(x+y)))))
if color_get_hue(c)<100{c=make_color_hsv(0,0,color_get_value(c))}
draw_point_color(x,y,c);x+=1;v+=pi
}until x=817;x=0;y+=1}until y=106
draw_set_color(-1)
draw_text(32,-8,"static");draw_text(96,36,"fire")

http://64digits.com/users/serprex/StaticFia6.PNG

x=0;y=0;v=0;draw_set_font(fnt)
do{do{
c=make_color_hsv(222+64*sin(degtorad(sqr(x)+v)),64+128*cos(degtorad(y)),230+25*(cos(degtorad(x+y)+sin(degtorad(x+y)))))
if color_get_hue(c)<100{c=make_color_hsv(0,0,color_get_value(c))}
if color_get_hue(c)>200{c=make_color_hsv(0,0,color_get_value(c)-64)}
draw_point_color(x,y,c);x+=1;v+=pi
}until x=817;x=0;y+=1}until y=106
draw_set_color(-1)
draw_text(32,-8,"static");draw_text(96,36,"fire")

http://64digits.com/users/serprex/StaticFia7.PNG

Comments

Jaxx 18 years ago

First One First One First one First One

T'is the best. Sweet job =)

FireflyX 18 years ago

Yes i think the first one with the colors of the last one. Oh and with just one curve

WaleedAmer 18 years ago

*rapes banner*

s 18 years ago

Those curves are static.To stretch them,I must stretch everything

FireflyX 18 years ago

oh anyway i'll use the last one after i tweak it a bit.

Tasm 18 years ago

Meh, I wouldn't care so much about getting the forums back as I would keeping the site up in the first place.

s 18 years ago

Ha,so true…

But putting a link in SiteMap isn't much,eh?

s 18 years ago

Quote:
First time I've ever been asked for a fractal…
I only make banners unasked when I decide to take someone's name for awhile

I did some coded tiles for Josh's M3D,though he gave up on it before updating with my coded tiles

FireflyX 18 years ago

Right i've put all the banners on the site to see how they look. Could you keep the 3rd one exactly the same except change the orange to a gray like #EDEDED i wish to see how that would work out.

edit: Don't mean to be fussy but.. could you change those red bits to a slightly darker grey :p