dishmint / ArcanePropagation

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

Improve ReactionDiffusion #95

Closed dishmint closed 9 months ago

dishmint commented 9 months ago

Currently rdf is implemented by c = rdf(a,b), e = rdf(c, a), etc. and then the a's and b's are incremented by the result. Setting a and b instead to the result looks more like typical rdf behavior, though not as interesting.

This issue is for exposing rdf parameters in the gui and improving the implementation.