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

https://github.com/gpsnoopy/mandelbrot

Mandelbrot using C#, WinForms, .NET Core, SSE, AVX and CUDA.
https://github.com/gpsnoopy/mandelbrot

Last synced: 8 months ago
JSON representation

Mandelbrot using C#, WinForms, .NET Core, SSE, AVX and CUDA.

Awesome Lists containing this project

README

          

# Mandelbrot

Implementation of the Mandelbrot set using C#. Used as a sandbox to play with:
- .NET Core
- WinForms
- Multithreading
- SSE intrinsics
- AVX intrinsics
- CUDA via ILGPU

## TODOs

- 4K/8K Screenshot capabilities