mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:47:34 +00:00
Demos: Add Mandelbrot demo
This adds a very rudimentary Mandelbrot viewer. It supports zooming and pretty much nothing else. Not even color smoothing or super sampling.
This commit is contained in:
parent
7e799529b9
commit
51db8085f8
6 changed files with 230 additions and 0 deletions
|
@ -5,6 +5,7 @@ add_subdirectory(Fire)
|
|||
add_subdirectory(GLTeapot)
|
||||
add_subdirectory(LibGfxDemo)
|
||||
add_subdirectory(LibGfxScaleDemo)
|
||||
add_subdirectory(Mandelbrot)
|
||||
add_subdirectory(Mouse)
|
||||
add_subdirectory(Screensaver)
|
||||
add_subdirectory(Starfield)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue