Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makischristou/mandelbrot

Mandelbrot set visualizer using CUDA.
https://github.com/makischristou/mandelbrot

cpp cuda gpu mandelbrot nvidia renderer rust

Last synced: 24 days ago
JSON representation

Mandelbrot set visualizer using CUDA.

Awesome Lists containing this project

README

        

# Yet another Rust Mandelbrot set renderer
This time in go.

## Build
```bash
$ go build -o mandel
```

## Run
```bash
$ mandel -width=1000 -start=-2.0 -end=2.0 -nmax=32 -smax=8 > file.ppm
```