MatthewPeterKelly/fractal-renderer

Four color fern

Open

#65 创建于 2024年7月26日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (0 fork)github user discovery
good first issue

仓库指标

Star
 (6 star)
PR 合并指标
 (平均合并 1天 16小时) (30 天内合并 6 个 PR)

描述

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.

贡献者指南