dishmint / ArcanePropagation

Exploring image convolution and fragment shaders.
MIT License
2 stars 0 forks source link

Spawning Filter Agents #63

Open dishmint opened 1 year ago

dishmint commented 1 year ago

Spawn filter agents across the canvas that apply the filter.

Rather than applying the filter to the entire image all at once. have the agents run around and do it.

So this is basically async filter application.