Shaders I want to write

I think the ‘Snapshot’ shader described here wouldn’t be too hard, it is sort of a combination of things that already exist.

Generally as part of my setups I like to have several ‘blaster’ effects that are these sorts of one-offs that you use at special moments to create a burst or flash of some kind in response to a button press. Quite useful!

I was able to convince Howie to have a look at this and he now has it working - it’s really fun, especially when driving other effects.

I can add an update on a FX idea I previously mentioned:

The ‘Starburst’ effect can be achieved pretty well by hand in VDMX: two ‘Diagonal Blurs’ at 90 degrees to each other.

And the ‘Light Beams’ effect is another that Howie has completed. This is very effective when driven by Audio Analysis and the ‘Motion Detect’ plugin. (https://discourse.vidvox.net/t/how-best-to-simulate-audio-reactive-light-fixtures)

This glitch shader from keijiro has been on my to do list for a while…
https://www.interactiveshaderformat.com/sketches/5159
(original here, https://github.com/keijiro/Kino/blob/master/Packages/jp.keijiro.kino.post-processing/Resources/Glitch.hlsl)

5 Likes

Good job @davidlublin :clap::pray:

1 Like

This “Shape Blur” is another good start… needs another parameter or two…
https://www.interactiveshaderformat.com/sketches/5175

1 Like

Working on this one inspired from the intro to Halt and Catch Fire.
https://www.interactiveshaderformat.com/sketches/5207

Any chance of converting this shadertoy by Adam Ferriss of Marching Ants ?
(I had a try with the ISF editor, without success )
I think it’d be a fun little thing to have access to…
As would other mouse-driven generators, that ‘expose’ live drawing / shape making / FX etc
https://www.shadertoy.com/view/XltcR2

Marching_Ants_Marquee_XltcR2.fs.zip (1.6 KB)

1 Like

hey - thank you so much for that - worked fine! : )

1 Like

Hmm… ISFEditor is crashing when loading this one: https://www.shadertoy.com/view/3l3Szr

Any idea why?

Just curious, and possibly a good lesson for learning:
Im quite sure its doable with ISF, since the effect is not available anymore, maybe a bit 2000’s.
Any pointers on how to achieve this?
https://fxfactory.com/downloads/docs/noiseindustries/fxfactorypro/Documentation/stylize/hexagons.html

This would in fact be a good one to start with!

It might be similar in concept to triangles… essentially the idea is to first figure out ‘which’ hexagon you are in, and then pick the appropriate pixel(s) to use for that section.

Related:
https://twitter.com/mattdesl/status/1569637225691856896
https://gist.github.com/mattdesl/314037a8cf1002c6c42766b478b339a0

1 Like

Hi everyone! Just joined the vdmx message boards.
I’m really into retro style stuff inspired by old cartoons, etc.
Have any ideas for how to recreate the intro opening card to rugrats?

anyone able to create a Halation shader?

2 Likes