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.
- Host: GitHub
- URL: https://github.com/gpsnoopy/mandelbrot
- Owner: GPSnoopy
- Created: 2019-05-18T17:59:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T20:06:58.000Z (over 2 years ago)
- Last Synced: 2024-12-29T00:54:11.790Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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