Dark Bit Factory & Gravity

GENERAL => Challenges & Competitions => Topic started by: Rattrapmax6 on June 16, 2006

Title: Short Intro Challange: Plasma blob whatevers...
Post by: Rattrapmax6 on June 16, 2006
Who knew 400 in and out of phase sinus waves looked so pretty....

Officialy my first plasma like effect..  :||

Code: [Select]
SCREENRES 400, 400, 32, 2
DIM AS INTEGER plshape, plas, P1, P2 = 1
WINDOWTITLE "x.t.r.GRAPHICS: 20 Line Intro..."
DO
    SCREENSET P1, P2
    SWAP P1, P2
    CLS
    plshape = 90
    plas += 5
    FOR y = 1 TO 400 'STEP 3
        FOR x = 1 TO 400
            COL! = ABS(SIN((X - plas) * 3.14 / 360) * COS((Y + X) * SIN((X + Y + Plas) * 3.14) / plshape) * 230) + 25
            PSET (X, Y), RGB(COL!, 0, 0)
        NEXT
    NEXT
    SLEEP 5
LOOP UNTIL INKEY <> ""

EXE: http://www.xteraco.com/xtrgraphics/Temp/20LinerIntro.zip   :) ...
Title: Re: Short Intro Challange: Plasma blob whatevers...
Post by: Clyde on June 17, 2006
Neat stuff RattrapMax :)
Title: Re: Short Intro Challange: Plasma blob whatevers...
Post by: Tetra on June 17, 2006
pretty nice :)
Title: Re: Short Intro Challange: Plasma blob whatevers...
Post by: Shockwave on June 17, 2006
Fairly cool, don't know why you slow your programs down with the sleep command tho ? :)
Title: Re: Short Intro Challange: Plasma blob whatevers...
Post by: Rattrapmax6 on June 17, 2006
Well, I was going to add in a motion blur, but I ran out of LOC after I double buffered it,.... *REMs it out*, hmm, good point tho, wasn't really needed.... I'll rehost it w/o the delay a lil later... =)
Title: Re: Short Intro Challange: Plasma blob whatevers...
Post by: Shockwave on June 17, 2006
Another thing you could do, if you click on the additional options, you can attach the file to your post as long as it's packed with zip or rar and less than 250kb :) Most of the other guys here do that as it saves you the hassle of hosting the file yourself.
Title: Re: Short Intro Challange: Plasma blob whatevers...
Post by: Rattrapmax6 on June 17, 2006
 ;) Thanks, but I find it faster to host it.... Plus, w/ Filezilla I get a percent bar, so I know how long I need to wait....  :)
Title: Re: Short Intro Challange: Plasma blob whatevers...
Post by: xteraco on June 18, 2006
yeah, he hosts it off my server, wich is uber fast :)   i got 15mbps cable connection
Title: Re: Short Intro Challange: Plasma blob whatevers...
Post by: Rattrapmax6 on June 18, 2006
yeah, he hosts it off my server, wich is uber fast :)   i got 15mbps cable connection
:|| yess, it nearly jerks it off my computer.... I upload at 32kb/s on a 56k line....  :o .. Everything else is just 3.4kp/s...

 ;D