Rezmason / matrix

matrix (web-based green code rain, made with love)
https://rezmason.github.io/matrix
MIT License
3.29k stars 212 forks source link

Feature request: finer control of the "distance" between raindrops, ie. wobble parameterization #57

Open mcanepa opened 6 months ago

mcanepa commented 6 months ago

Is it possible to adjust the "gap" intensity?

Right now, each column feels to complete, I think there should be more gaps in between glyphs.

It should be random though, not every column will have the same amount of gaps and for a particular column maybe there are no gaps at all, maybe a gap of some length or even more than one gap at different locations

Rezmason commented 3 months ago

Your current available options are to modify raindropLength and fallSpeed, but what you really want is for the wobble function in the rain pass to accept another parameter.

I'll rename this ticket and keep it in mind as I spin up work on this project in the coming weeks/months.