mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:57:44 +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
4
Base/res/apps/Mandelbrot.af
Normal file
4
Base/res/apps/Mandelbrot.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=Mandelbrot
|
||||
Executable=/bin/Mandelbrot
|
||||
Category=Demos
|
BIN
Base/res/icons/16x16/app-mandelbrot.png
Normal file
BIN
Base/res/icons/16x16/app-mandelbrot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
Base/res/icons/32x32/app-mandelbrot.png
Normal file
BIN
Base/res/icons/32x32/app-mandelbrot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue