PixelSort
Pixels sort by brightness around the cursor and keep their sorted position, optionally decaying back over time
Props
Prop
Details
radiusnumberDefault:
0.4Size of the cursor brush that sorts pixels
radiusnumberDefault: 0.4Size of the cursor brush that sorts pixels
falloffnumberDefault:
1Softness of the brush edge (0 = hard circle, 1 = very soft)
falloffnumberDefault: 1Softness of the brush edge (0 = hard circle, 1 = very soft)
strengthnumberDefault:
0.1How fast pixels sort — runs more sorting passes per frame
strengthnumberDefault: 0.1How fast pixels sort — runs more sorting passes per frame
decaynumberDefault:
0.1How quickly sorted pixels melt back to their original position (0 = permanent)
decaynumberDefault: 0.1How quickly sorted pixels melt back to their original position (0 = permanent)
axis"horizontal" | "vertical"Default:
verticalAxis pixels are sorted along
axis"horizontal" | "vertical"Default: verticalAxis pixels are sorted along
direction"ascending" | "descending"Default:
descendingSort order by brightness
direction"ascending" | "descending"Default: descendingSort order by brightness