Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 637 Bytes

Buddhabrot Renderer

This project renders the Buddhabrot using C++.

Performance

Render of the Buddhabrot

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

Features

  • Multithreading (using std::thread)
  • Spectral Color Palette
  • Triple32 Hash

Building

This repository requires the OpenGL Mathematics (GLM) library.

TODO: Update this section with platform-specific build directions