Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 470 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 470 Bytes

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