Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 540 Bytes

Reaction Diffusion 3D_Processing

Simple true 3D reaction diffusion written in Processing 4.0.1.


For simulation variables inspiraton visit:

http://mrob.com/pub/comp/xmorphia/pearson-classes.html

Sketch includes possibility to export simulation results as a csv file so that you can use it in another software
The table saves into src folder. The values saved are: xPos, yPos, zPos, level (difference between the two chemicals)

For all the functions to work you need to install peasyCam & controlP5 libraries