Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whiteblackgoose/frac-hs
- Owner: WhiteBlackGoose
- License: gpl-3.0
- Created: 2023-05-31T14:38:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-02T12:13:58.000Z (over 1 year ago)
- Last Synced: 2024-10-19T18:46:37.678Z (30 days ago)
- Language: Haskell
- Size: 4.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)