Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/makischristou/mandelbrot
- Owner: MakisChristou
- License: gpl-3.0
- Created: 2022-05-08T14:20:30.000Z (over 2 years ago)
- Default Branch: golang
- Last Pushed: 2024-04-26T20:37:01.000Z (6 months ago)
- Last Synced: 2024-04-26T21:35:57.599Z (6 months ago)
- Topics: cpp, cuda, gpu, mandelbrot, nvidia, renderer, rust
- Language: Go
- Homepage:
- Size: 22.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```