diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-02-09 21:58:22 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-02-09 21:58:22 +0530 |
| commit | e03cb0a4fa8cd563b6906fc9b89a1d73aee2d755 (patch) | |
| tree | 199301d6d7beb1b0ab19950a7544b255421ba653 | |
| parent | b3119c93507ebe6dc27aa0a835c1b387cbb95414 (diff) | |
| download | uiua-creative-coding-e03cb0a4fa8cd563b6906fc9b89a1d73aee2d755.tar.gz uiua-creative-coding-e03cb0a4fa8cd563b6906fc9b89a1d73aee2d755.zip | |
Add output
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | 1-mandelbrot/main.ua | 2 | ||||
| -rw-r--r-- | 1-mandelbrot/output-1080.png | bin | 0 -> 160067 bytes | |||
| -rw-r--r-- | 1-mandelbrot/output.png | bin | 0 -> 24627 bytes |
4 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ea1472e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -output/ diff --git a/1-mandelbrot/main.ua b/1-mandelbrot/main.ua index ed2a132..5213352 100644 --- a/1-mandelbrot/main.ua +++ b/1-mandelbrot/main.ua @@ -17,4 +17,4 @@ ToPixel ← ⍣( Iterations ← ◌:◌: ⌵ ⍢(⊙(+⊙.×.) +1|× ⊙(<100⌵) <I) 0 (ℂ 0 0) Img ← ∵(ToPixel Iterations) ⊞ℂ ∩(÷S -0.5 ÷H) ⊓(-Oy)(-Ox) ⇡H⇡W -&fwa "./output/mandelbrot.png" img "png" Img +&fwa "./1-mandelbrot/output.png" img "png" Img diff --git a/1-mandelbrot/output-1080.png b/1-mandelbrot/output-1080.png Binary files differnew file mode 100644 index 0000000..63802b0 --- /dev/null +++ b/1-mandelbrot/output-1080.png diff --git a/1-mandelbrot/output.png b/1-mandelbrot/output.png Binary files differnew file mode 100644 index 0000000..a997992 --- /dev/null +++ b/1-mandelbrot/output.png |
