https://github.com/nerdinand/mandelbrot-d
A toy mandelbrot fractal calculation written in D
https://github.com/nerdinand/mandelbrot-d
Last synced: 4 months ago
JSON representation
A toy mandelbrot fractal calculation written in D
- Host: GitHub
- URL: https://github.com/nerdinand/mandelbrot-d
- Owner: nerdinand
- License: mit
- Created: 2015-05-21T08:10:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T13:45:51.000Z (about 11 years ago)
- Last Synced: 2023-03-11T00:34:13.276Z (over 3 years ago)
- Language: D
- Size: 559 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mandelbrot-d
A toy mandelbrot fractal calculation written in D
## Development setup
* Install `dmd` (on OS X: `brew install dmd`)
* Install `dub` (on OS X: `brew install dub`)
* Install `freeimage` (http://freeimage.sourceforge.net/) (on OS X: `brew install freeimage`)
## Running
* Just run `dub` in the project root directory