MatthewPeterKelly/fractal-renderer

Four color fern

Open

#65 ouverte le 26 juil. 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (0 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (6 stars)
Métriques de merge PR
 (Merge moyen 1j 16h) (6 PRs mergées en 30 j)

Description

In the Sapinsky fractals, there is an option to set the color of each vertex, and the resulting pattern causes each of the sub triangles to be a different color. In the Barley Fern fractal there are four vertices I'll be with a more complicated updating function. I'm curious what the color distribution looks like if we were to assign one color to each of the four vertices. It should be relatively simple to code up given that the downstream machinery already supports it. Let's see what it looks like.

Guide contributeur