/fractals-on-html-canvas

Creates fractals on the html canvas

Primary LanguageJavaScriptMIT LicenseMIT

Fractals on html canvas

Simple simulations of Diffusion-limited aggregation fractals.

There are a couple of different variations of the same simulation. To run the simulation, just open the index.html file in a browser. The program is only tested in Chrome and Firefox so to get the best results, use one of these.

See it in action at https://davidlebech.com/fractals/

License

Licensed under MIT. See LICENSE for more details.

Why

Inspired by a C++ program created by a friend of mine who studies for a PhD in physics, Fractals on html canvas is an experiment in creating the same fractals using JavaScript and the html canvas element.