regl-project / regl

👑 Functional WebGL
https://regl-project.github.io/
MIT License
5.23k stars 323 forks source link

Implement multiscale Turing patterns #354

Open mikolalysenko opened 8 years ago

mikolalysenko commented 8 years ago

http://www.jonathanmccabe.com/Cyclic_Symmetric_Multi-Scale_Turing_Patterns.pdf

rreusser commented 6 years ago

Success! Used the fft for two convolutions at a time, but I'm pretty sure I could use the real valued fft to double that up and accomplish four convolutions in a single fft, which would nicely speed things up. Very happy it's not more complicated.

Will further clean up shortly. Maybe color.

Source: https://github.com/rreusser/rreusser.github.io/tree/master/src/src/multiscale-turing-patterns Build (click to randomize): http://rreusser.github.io/multiscale-turing-patterns/

2018-10-15 10 41 29