samrat / elm-fractals

Drawing fractals with Elm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-fractals

Drawing fractals using Elm. Largely inspired by these two blog posts.

Admittedly not a very use case for Elm, since this is not reactive. But drawing things is easy with Elm :)

Usage

cd elm-fractals
elm-server

Then browse to 0.0.0.0:8000/Julia.elm and /Mandelbrot.elm.

Examples

Julia fractal

Wikipedia article

Julia fractal

Mandelbrot fractal

Wikipedia article

Mandelbrot Fractal

License

Copyright © 2014 Samrat Man Singh

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Drawing fractals with Elm.


Languages

Language:Elm 100.0%