Skip to content

Implementations of the Mandelbrot set in different languages

Notifications You must be signed in to change notification settings

Birdy2014/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot

These are just some experiments.

C++ implementation

Requires a wayland compositor (except Mutter).

Build and run using nix

nix run 'github:Birdy2014/Mandelbrot?dir=cpp-cpu'

Build on other linux distros

Dependencies:

  • cmake
  • ninja
  • pkg-config
  • clang/gcc (tested with clang 18)
  • libwayland
  • wayland-scanner
  • wayland-protocols
cd cpp-cpu
cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=Release
cmake --build build

About

Implementations of the Mandelbrot set in different languages

Resources

Stars

Watchers

Forks