- AVS Presets
- Spiderweb (2.7pre6)
Archive: Spiderweb (2.7pre6)
dirkdeftly
16th October 2003 04:57 UTC
Spiderweb (2.7pre6)
I like the var expansion ;)
There'll be a better version, but it'll involve a complete rewrite of the (EXTREMELY LENGTHY) frame section, and I'm too tired of this atm to do that :P There's also a small bug somewhere in the frame section that I can't identify, but it's very minor...all it does is tilt the web slightly (when it is at rest). But...take one fucking look at the frame section.... At one point, someone told me something about a needle and a haystack, but I can't remember exactly what it was right now...;) :|
and yes, it is all one superscope...isn't that amayzing and majickle... :D
skupers
16th October 2003 09:23 UTC
Very responsive. Maybe you could make it 3d, if that doesn't take too much code.
Zana
16th October 2003 13:24 UTC
omg, that code in the frame section is so long! :eek:
you're crazy....
Deamon
16th October 2003 13:41 UTC
omfg. That's insane dude. And the FPS for this effect. wow... Did you really need this much code? Probably yes. Insane... Great :D
Pixelcraft
16th October 2003 13:41 UTC
Originally posted by Atero
There's also a small bug somewhere in the frame section that I can't identify
One way to find that bug alot easier would be to cut the code and paste it into MSword or notepad or something, that way it's all displayed in front of you, instead of having to sift through all that stuff for hours trying to find a few little incorrect numbers, a needle in a haystack, like you said. Then when you have it 'bug-free', you can paste it back in the frame box.
That's only just a little over 2 pages of code to look through :p
dirkdeftly
16th October 2003 15:37 UTC
skupers, yea, it'd take way too much code :P the number of vars i'd need for a cube with n points to an edge would be 2n^3+1 (not including the 8 built in ssc vars), and it gets bigger when i try to do the "improved" version (something like 24n^3-3n^2+1). that and the perpoint section would be fucking enourmous, and i don't even want to think about how many points i'd need to draw it correctly. even to make the plane 3d would be a project i'm not willing to take on atm :|
this is one of the reasons i don't think that 356 vars is enough - if i'm going to do an immense code construct like this then i'd like to be able to make it bigger. i'm pretty sure that as it is, my improved version will only be able to get a max 9 points to a side, counting in some major variable compression, and it'd be hella slow...what we REALLY REALLY REALLY need is some array support. it'd make life so much easier :\
anubis2003
16th October 2003 15:49 UTC
wow - that is awesome. And, although a 3D one would be amazingly kickass, I definitely understand not wanting to spend time on making it - it would take forever, and with the variable limit we have would not be able to look that good either.
A sphere with this kind of web would be awesome too. Oh well
UnConeD
17th October 2003 00:06 UTC
You should generate code like this using a script language like PHP. Or even mIRC script ;).
Much faster.
I assume this is a giant mass/spring system as used in cloth simulations?
dirkdeftly
17th October 2003 00:53 UTC
well I'M TOO STUPID TO WRITE A SCRIPT MMK :p
and yea, just a spring system, every point is attracted logarithmically to the points it is connected to (minus the corners)...
S-uper_T-oast
17th October 2003 03:31 UTC
WOW! I can only imagine how long that took to type out, nice job. If only I had the patience to do something like that, I get bored dealing with things like that after something like 10 points.
Tuggummi
17th October 2003 08:25 UTC
Yeah, the scopes are amazing, but im afraid you will use your XOR-tricks for the final preset :igor: :p
skupers
17th October 2003 09:53 UTC
Originally posted by Atero
skupers, yea, it'd take way too much code :P the number of vars i'd need for a cube with n points to an edge would be 2n^3+1 (not including the 8 built in ssc vars), and it gets bigger when i try to do the "improved" version (something like 24n^3-3n^2+1). that
I was actually thinking about having the web, as you have it now, not only move along x and y axis, but also along z. The per-point section doesn't have to be much larger then, because you also need one extra line for the z-coördinates.
shabaviz55
17th October 2003 11:37 UTC
I wish this AVS had color. It was amazing that this preset had color.
WOW!!! All of this code is for spiderweb!!!
Run with (2.7pre3)
shreyas_potnis
18th October 2003 07:13 UTC
Ok, is this a problem with me, or is everyone just exaggerting. I mean, I can see the code, but I cant see what it does exactly. The preset, after loading, starts (of course). Then the ssc jumps up and what I can see is this:
-----------------
/\
/ \
/ \
/ \
/ \
This is all I can see. the lines move with music, thats all.
UnConeD
18th October 2003 19:22 UTC
Sounds like you don't have AVS2.7pre
dirkdeftly
19th October 2003 03:26 UTC
if he didn't it'd fuck winamp over...dunno what your problem is shreyas
shabavis, it's an unfinished preset...VERY unfinished....
and skupers, yeah i thought of that too, but with what i've got planned it'd be (unfortunately) quite limiting size-wise. ho hum :\
Raz
19th October 2003 04:18 UTC
*gets a spiderweb picture and adds a watery type dynamic movement*
:p
But seriously great work, this looks sweet. :up:
shreyas_potnis
20th October 2003 12:53 UTC
Ok, can someone post a picture of the AVS preset?
dirkdeftly
20th October 2003 15:41 UTC
can you get avs 2.7?
WHCode RED
3rd November 2003 02:20 UTC
Well if you want a screenshot, here ya go:
pure-krypton
17th November 2003 23:12 UTC
that's crazy and so kool
[Edit]red=(p-1)%2 ; green=red; blue=red;[/Edit]