mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 18:17:36 +00:00

This adds a very rudimentary Mandelbrot viewer. It supports zooming and pretty much nothing else. Not even color smoothing or super sampling.
6 lines
135 B
CMake
6 lines
135 B
CMake
set(SOURCES
|
|
Mandelbrot.cpp
|
|
)
|
|
|
|
serenity_app(Mandelbrot ICON app-mandelbrot)
|
|
target_link_libraries(Mandelbrot LibGUI LibCore LibGfx)
|