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

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

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