Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whiteblackgoose/frac-hs

Fractals in haskell
https://github.com/whiteblackgoose/frac-hs

Last synced: 18 days ago
JSON representation

Fractals in haskell

Awesome Lists containing this project

README

        

# Fractals

To run without anything, run
```
nix develop github:WhiteBlackGoose/frac-hs --command cabal run -O2
```
Then watch `./out.png` with some imageviewer.

![](./mandel5.gif)

![](./out.png)

### Fractals

- [Mandelbrot](https://en.wikipedia.org/wiki/Mandelbrot_set)
- [Julia](https://en.wikipedia.org/wiki/Julia_set)