You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python code for simple diffusion limited aggregation (DLA) simulation. The code provided creates a .gif for cluster growth and calculates fractal dimensionality of the cluster. User can vary the radius of the cluster.
Written in C++, simulates snowflake growth using diffusion-limited aggregation. Compiled with Emscripten for a web demo, it visually demonstrates the random yet structured formation of snowflakes.