Previous topicNext topic

Pixel Sorting

Suggestions for new features for Magic.
Post Reply
mulherje
Posts: 6
Joined: Wed Apr 25, 2018 2:38 am

Pixel Sorting

Post by mulherje »

Hello!

I have recently begun to get into the art style of Pixel Sorting. I see a lot of code for pixel sorting still images but would love to incorporate this effect into my live visual shows. If anyone knows how to achieve this effect on videos please let me know!
Sadler
Posts: 1139
Joined: Sat Aug 02, 2014 7:10 pm
Location: London, UK

Re: Pixel Sorting

Post by Sadler »

There's a few pixel sorting algorithms on ShaderToy though some need multiple buffers. As you can imagine, real-time sorting might be tricky if not for parallel processing. Here's one that was written specifically with the intention of converting to an FFGL.
https://www.shadertoy.com/view/4lBBRz
mulherje
Posts: 6
Joined: Wed Apr 25, 2018 2:38 am

Re: Pixel Sorting

Post by mulherje »

Thank you! I'll check this out and see if I can figure it out. I'm pretty new to building these things myself.
Post Reply