Skip to content

Conversation

MatthewPeterKelly
Copy link
Owner

@MatthewPeterKelly MatthewPeterKelly commented Mar 15, 2025

Update the Serkpinksy gallery image to show a smaller version of three fractals, rather than one big one.

@MatthewPeterKelly
Copy link
Owner Author

Triangle:

triangle

{
  "Serpinsky": {
    "fit_image": {
      "resolution": [300, 300],
      "padding_scale": 1.1
    },
    "sample_count": 20000000,
    "rng_seed": 12345,
    "subpixel_antialiasing": 4,
    "background_color_rgb": [14, 14, 14],
    "vertex_colors_rgb": [
      [52, 152, 219],
      [46, 204, 113],
      [231, 76, 60]
    ]
  }
}

@MatthewPeterKelly
Copy link
Owner Author

Pentagon

pentagon

{
  "Serpinsky": {
    "fit_image": {
      "resolution": [300, 300],
      "padding_scale": 1.1
    },
    "sample_count": 20000000,
    "rng_seed": 12345,
    "subpixel_antialiasing": 4,
    "background_color_rgb": [14, 14, 14],
    "vertex_colors_rgb": [
      [52, 152, 219],
      [46, 204, 113],
      [241, 196, 15],
      [231, 76, 60],
      [155, 89, 182]
    ]
  }
}

@MatthewPeterKelly
Copy link
Owner Author

Hexagon

hexagon

{
  "Serpinsky": {
    "fit_image": {
      "resolution": [300, 300],
      "padding_scale": 1.1
    },
    "sample_count": 20000000,
    "rng_seed": 12345,
    "subpixel_antialiasing": 4,
    "background_color_rgb": [14, 14, 14],
    "vertex_colors_rgb": [
      [52, 152, 219],
      [39, 174, 96],
      [241, 196, 15],
      [230, 126, 34],
      [231, 76, 60],
      [155, 89, 182]
    ]
  }
}

@MatthewPeterKelly
Copy link
Owner Author

Combining all three into a single composite image:
serpinsky

@MatthewPeterKelly MatthewPeterKelly force-pushed the add-more-serpinsky-examples branch from 4dd9fc5 to 0b4a26b Compare March 15, 2025 11:12
@MatthewPeterKelly MatthewPeterKelly merged commit c82a1cc into main Mar 15, 2025
5 checks passed
@MatthewPeterKelly MatthewPeterKelly deleted the add-more-serpinsky-examples branch March 15, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant