Skip to content

Simple renderer of the Mandelbrot set using OpenCL hardware acceleration

Notifications You must be signed in to change notification settings

natrux/manclbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManCLbrot

Simple renderer of the Mandelbrot set using OpenCL hardware acceleration.

demo

Building

Standard CMake procedure

cmake -B build .
cmake --build build

or, for older versions of CMake

mkdir build
cd build
cmake ..
make

Usage

Execute with ./build/manclbrot. Adding --help shows a usage message with available command line options.

While running, use

  • arrow keys to navigate
  • + / - to zoom
  • [Space] to regenerate the color palette
  • [PgUp] / [PgDown] to change the iteration limit

About

Simple renderer of the Mandelbrot set using OpenCL hardware acceleration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published