/Buddhabrot-Renderer

A simple Buddhabrot renderer written in C++11.

Primary LanguageC++MIT LicenseMIT

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