PDA

View Full Version : My piece of cake.


gourmet
2nd October 2002, 22:11
1. Ability set AVS window sizes from preset code. And flag in settings to disable this.
2. Arrays in some manner. One wrote about store\recall pair - this is same as arrays. But arrays are greatly needed. Of course arrays will require function to quickly fill them by data.
3. GLOBAL VARIABLES! I read current wishlist but I wanna tell again - this MUST HAVE. And I'd like add one suggestion here - not exactly global. I suppose better create some "Misc" function, for example "Variables". If it is included to "Main" section - then all variables listed there are global. If is included in "Effects list" - then variables are global for just this list.
4. Simple effect "Glow". It is quite hard to implement it on AVS code. But it looks very nice - like light around shining object. Of course it must have controls as obvious glow (in Photoshop) has - at least color, size, opacity.
5. More editing options. Search\replace in code. Multiplie effects selection in tree window. Ability to export\import to text file. May be finction "Import <textfile>" (Ok, ok, I understand...)

One thing looking as bug. Ok, I use program TClockEx. It's window replaces standard Windows clock. Very useful and popular program. But when I switch AVS to fullscreen - then TClockEx window flashes twice per second over AVS. Quite ugly. I DID NOT see same effect in any other program in fullscreen mode - not in Win Media Player, not in any MPEG-1\2\4 video player. With WinAmp I have to turn clock off when I like open fullscreen AVS.

And finaly dreams... I dream about interface to OpenGL... :-D

Zevensoft
3rd October 2002, 02:17
I think you'll find UnConeD's upcoming texer effect will be sorta like a glow.

jheriko
3rd October 2002, 20:00
You can use the convolution filter to make some glow effects too.

gourmet
3rd October 2002, 22:05
Hey guys, you'd post a link here. This is a BIG stack of files.

gourmet
3rd October 2002, 22:11
Sorry, I found it.

gourmet
4th October 2002, 12:43
This is not exactly Glow. Unfortunately it doesnt' accept expressions, variables etc. Just imagine glow depending of level. And if glow will have start and finish angles then it can be used to simply create beams.

jheriko
4th October 2002, 12:46
Sound like what you were really looking for then was the superscope. You can use the ssc to create light beams that give a glow effect.

gourmet
4th October 2002, 21:02
Yea, but they sucks processor. My favorite preset is Elvis's pulsar from original bunfle. It has glow effects but jist imagine - how much time I will need to create glow on LEDs in my UV-meter. I like glow effect. even some time ago I created WinAmp2 skin named "black more". You can find it.

mikm
12th October 2002, 00:29
I love the idea of coded window sizes.

One other idea that could work with that is custom framerates:
Optimize the window within certain size constraints so that the framerate works at the speed the author likes best.

gourmet
12th October 2002, 00:38
And I would add ability change "Pixel doubling" flag from the AVS code.