Zi7ar21 / Buddhabrot-Renderer

A simple Buddhabrot renderer written in C++11.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Buddhabrot renderer written in C++11.

License:MIT License


Languages

Language:C++ 96.9%Language:Batchfile 1.6%Language:Shell 1.5%