Skip to content

Zi7ar21/Buddhabrot-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published