These are just some experiments.
Requires a wayland compositor (except Mutter).
nix run 'github:Birdy2014/Mandelbrot?dir=cpp-cpu'
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