Multithreaded Mandelbrot set for the CISP 400 class at American River College.
- C++ 92%
- Makefile 8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| images | ||
| include | ||
| src | ||
| FiraSans-Regular.ttf | ||
| LICENSE | ||
| makefile | ||
| README.md | ||
Mandelbrot Set
Features
- C++ implementation using SFML
- Greyscaled Mandelbrot set
- Note: outer-most points are RGB(5, 5, 5) whilst the set itself is RGB(0, 0, 0).
- Uses threading and the squared magnitude of a complex number for efficiency
- Ability to toggle the text HUD to enter a pseudo 'photo' mode
Extras
This project was made for the CISP 400 class at American River College. As per the Linux assignment requirements, this project was tested, built and ran on my 2020 MacBook Pro running the Asahi Linux kernel version 6.10-6.
