You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add implementation for N-Flake fractals. Provide a way to toggle between different values for "n". If using an L-System, this might be a bit tricky, since the L-System architecture (at least for now) doesn't have an "easy" way to toggle between different systems. But it should be possible to cook up something using the DatGui components and just change the Config State around to different L-System parameters. There is already an old implementation for the L-System of a Pentaflake where n=5.
Description
Add implementation for N-Flake fractals. Provide a way to toggle between different values for "n". If using an L-System, this might be a bit tricky, since the L-System architecture (at least for now) doesn't have an "easy" way to toggle between different systems. But it should be possible to cook up something using the DatGui components and just change the Config State around to different L-System parameters. There is already an old implementation for the L-System of a Pentaflake where n=5.
Inspiration
Wikipedia - N-Flake
Type
Recursive -> Canvas or L-Systems
Difficulties
Should be straightforward. Except maybe centering the drawn fractal to the screen.
The text was updated successfully, but these errors were encountered: