This project renders the Buddhabrot using C++.
Rendered on an Intel Core i7-1065G7 using all 8 threads (CPU has 4 cores) in just 16.690 Seconds!
Resolution: 2048x1080
Max Orbits: 100,000,000
- Multithreading (using std::thread)
- Spectral Color Palette
- Triple32 Hash
This repository requires the OpenGL Mathematics (GLM) library.
TODO: Update this section with platform-specific build directions