Dot Matrix with Spacing

Post your awesome Wire patches here, share tutorials
Post Reply
mikestjean
Met Resolume in a bar the other day
Posts: 14
Joined: Fri Apr 14, 2023 02:39

Dot Matrix with Spacing

Post by mikestjean »

Hi frens

I am looking to achieve a dot-matrix look with ability to also adjust the spacing of the dots. The built-in Dot Screen fx is great but only allows size of the dots, while keeping them at an absolute spacing.

Any thoughts on how to recreate the Dot Screen effect in Wire, in a way that allows for adjusting the spacing of the dots as well?

I'm actually noticing that the density of the dots is effected by the luma / white of the image.

The intention is to create a low-res computer look:
Attachments
Screenshot 2024-03-28 at 11.31.56 AM.png
Screenshot 2024-03-28 at 11.32.07 AM.png

mikestjean
Met Resolume in a bar the other day
Posts: 14
Joined: Fri Apr 14, 2023 02:39

Re: Dot Matrix with Spacing

Post by mikestjean »

So I have discovered the technique is called 'Stipple' , and one way to achieve this is to use the Mode -> Bitmap (Dither) feature in Photoshop. I haven't figured out how I might pull this off in real-time in Resolume yet. I fear it might be quite GPU intensive.

mikestjean
Met Resolume in a bar the other day
Posts: 14
Joined: Fri Apr 14, 2023 02:39

Re: Dot Matrix with Spacing

Post by mikestjean »

For anyone following along at home, JAB Visuals created the effect already for a delightfully affordable £10 on Gumroad.

https://jackalfie.gumroad.com/l/kjyevb? ... by=library

Bless.

edwin
Team Resolume
Posts: 1205
Joined: Thu Oct 07, 2004 10:40

Re: Dot Matrix with Spacing

Post by edwin »

That plug-in looks nice indeed.

Since 7.20 we allow reading back pixels to the cpu to be able to perform calculations based on pixel values.
This allows quite some nice tricks as you can see in the new Strokes effect.

I attached a patch which samples the colors and uses the luminance to scale the meshes being drawn. You can easily expand/change it to get a more low tech look. Adding some noise to the grid would work quite well.
Screenshot 2024-05-26 at 14.37.57.png
Screenshot 2024-05-26 at 14.37.48.png
Screenshot 2024-05-26 at 14.37.48.png
Attachments
DotGrid.wire
(2.17 MiB) Downloaded 76 times

Post Reply