Reaction Diffusion Algorithm in p5.js
Coding Challenge #13
In this coding challenge, I visualize a Reaction Diffusion simulation using the Gray Scott model in JavaScript (with the p5.js library).
Community Contributions
- C++/SFML version with HSV coloring and varying rates by Ddone
- C++/SFML/CUDA version with varying rates and reaction types by Solidsilver
- Rainbow Diffusion with Mouse Interativity and Symmetry by Daniel Kaye (Source Code)
- Python Numpy Implementation -- Thought it would be faster! by Soilstack
- Reaction diffusion blog and THREE.js implementation (interactive simulation at the end of the blog) by Michiel Braat (Source Code)
- The Reaction-Diffusion algorithm with Tensorflow by juancer (Source Code)
You can also add your own version! (See how)