Show HN: Gaussian Random Walker Simulation in JavaScript
3 godlabs 0 6/19/2025, 7:45:53 PM procedural-art.netlify.app ↗
Was going through Nature of Code and came across the idea of Gaussian Random number generator, so build a simulation that generated random walkers who walk based on this and also the walkers are generated based on random numbers from a gaussian distribution.
Added additional features and toggles that make it possible to create art (like setting persistent to true), colors, exporting as gif and image.
No comments yet