Skip to content

Commit

Permalink
add: biomorphs
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Oct 20, 2023
1 parent 46b8bd7 commit 0f3cff8
Show file tree
Hide file tree
Showing 13 changed files with 142 additions and 3 deletions.
31 changes: 28 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,15 +537,40 @@ Range (min … max): 350.7 ms … 432.0 ms 10 runs
![Dragon Curve](samples/dragon-curve.png)
**Parameter:** [dragon-curve](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/dragon-curve.json)

## Biomorph 1 (Mandelbrot)
# Biomorphs

## Biomorph M (Mandelbrot)
![Biomorph (Mandelbrot)](samples/biomorph-mandelbrot.png)
**Parameter:** [biomorph-mandelbrot](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-mandelbrot.json)

## Biomorph 2 (Julia)
## Biomorph 1 (Julia)
![Biomorph (Julia)](samples/biomorph-julia.png)
**Parameter:** [biomorph-julia](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-julia.json)

## Biomorph 3 (Julia)
## Biomorph 2 (Julia)
![Biomorph (Julia)](samples/biomorph-julia2.png)
**Parameter:** [biomorph-julia2](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-julia2.json)

## Biomorph 3 (Julia)
![Biomorph (Julia)](samples/biomorph-julia3.png)
**Parameter:** [biomorph-julia3](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-julia3.json)

## Biomorph 4 (Julia)
![Biomorph (Julia)](samples/biomorph-julia4.png)
**Parameter:** [biomorph-julia3](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-julia4.json)

## Biomorph 5 (Julia)
![Biomorph (Julia)](samples/biomorph-julia5.png)
**Parameter:** [biomorph-julia5](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-julia5.json)

## Biomorph 6 (Julia)
![Biomorph (Julia)](samples/biomorph-julia6.png)
**Parameter:** [biomorph-julia6](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-julia6.json)

## Biomorph 7 (Julia)
![Biomorph (Julia)](samples/biomorph-julia7.png)
**Parameter:** [biomorph-julia7](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-julia7.json)

## Biomorph 8 (Julia)
![Biomorph (Julia)](samples/biomorph-julia8.png)
**Parameter:** [biomorph-julia8](https://github.com/daelsepara/sdl-fractals/tree/main/src/parameters/biomorph-julia8.json)
Binary file added samples/biomorph-julia3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/biomorph-julia4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/biomorph-julia5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/biomorph-julia6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/biomorph-julia7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/biomorph-julia8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/parameters/biomorph-julia3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "julia",
"x_pixels": 2048,
"y_pixels": 2048,
"max_iterations": 100,
"orbit": 10,
"bailout": 10,
"exponent": 2,
"function": "z",
"inside_color": 0,
"bailout_color": 128,
"cx": 0.4,
"cy": 0.7,
"min_x": -4,
"max_x": 4,
"min_y": -4,
"max_y": 4,
"histogram_coloring": true
}
19 changes: 19 additions & 0 deletions src/parameters/biomorph-julia4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "julia",
"x_pixels": 2048,
"y_pixels": 2048,
"max_iterations": 100,
"orbit": 10,
"bailout": 10,
"exponent": 4,
"function": "z",
"inside_color": 0,
"bailout_color": 128,
"cx": 0.5,
"cy": 0.0,
"min_x": -4,
"max_x": 4,
"min_y": -4,
"max_y": 4,
"histogram_coloring": true
}
19 changes: 19 additions & 0 deletions src/parameters/biomorph-julia5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "julia",
"x_pixels": 2048,
"y_pixels": 2048,
"max_iterations": 100,
"orbit": 10,
"bailout": 10,
"exponent": 5,
"function": "conj",
"inside_color": 0,
"bailout_color": 128,
"cx": 1.0,
"cy": 0.0,
"min_x": -4,
"max_x": 4,
"min_y": -4,
"max_y": 4,
"histogram_coloring": true
}
19 changes: 19 additions & 0 deletions src/parameters/biomorph-julia6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "julia",
"x_pixels": 2048,
"y_pixels": 2048,
"max_iterations": 100,
"orbit": 10,
"bailout": 10,
"exponent": 5,
"function": "z",
"inside_color": 0,
"bailout_color": 128,
"cx": 0.75669,
"cy": 0.75669,
"min_x": -4,
"max_x": 4,
"min_y": -4,
"max_y": 4,
"histogram_coloring": true
}
19 changes: 19 additions & 0 deletions src/parameters/biomorph-julia7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "julia",
"x_pixels": 2048,
"y_pixels": 2048,
"max_iterations": 100,
"orbit": 10,
"bailout": 10,
"exponent": 5,
"function": "conj",
"inside_color": 0,
"bailout_color": 128,
"cx": -1.5888,
"cy": 0.0,
"min_x": -4,
"max_x": 4,
"min_y": -4,
"max_y": 4,
"histogram_coloring": true
}
19 changes: 19 additions & 0 deletions src/parameters/biomorph-julia8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "julia",
"x_pixels": 2048,
"y_pixels": 2048,
"max_iterations": 100,
"orbit": 10,
"bailout": 10,
"exponent": 7,
"function": "z",
"inside_color": 0,
"bailout_color": 128,
"cx": 0.7568,
"cy": 0.7568,
"min_x": -4,
"max_x": 4,
"min_y": -4,
"max_y": 4,
"histogram_coloring": true
}

0 comments on commit 0f3cff8

Please sign in to comment.