Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinlubin/newton-hs
A Newton fractal generator written in Haskell
https://github.com/justinlubin/newton-hs
fractals newton-fractals newtons-method
Last synced: about 5 hours ago
JSON representation
A Newton fractal generator written in Haskell
- Host: GitHub
- URL: https://github.com/justinlubin/newton-hs
- Owner: justinlubin
- License: mit
- Created: 2015-12-12T17:02:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T21:59:53.000Z (almost 9 years ago)
- Last Synced: 2024-03-17T20:56:59.467Z (8 months ago)
- Topics: fractals, newton-fractals, newtons-method
- Language: Haskell
- Homepage:
- Size: 544 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# newton-hs
A Newton fractal generator written in Haskell## Usage
```
./newton-hs fileName top left bottom right step
```## Building and Running
```
cabal build
./dist/build/newton-hs/newton-hs "examples/myExample.bmp" -1 -2 1 2 0.001
```