Suggestion-Box icon indicating copy to clipboard operation
Suggestion-Box copied to clipboard

Space filling curve fractals video idea

Open Bamboy opened this issue 8 years ago • 4 comments

I'd like to see how to program something like what's seen in this youtube video. https://www.youtube.com/watch?v=RU0wScIj36o

Bamboy avatar Jun 24 '16 19:06 Bamboy

You might want to check out Dan's tutorial on L-Systems here: https://www.youtube.com/watch?v=E1B4UoSQMFw

You can implement many space filling curves as L-Systems, For example:

Hilbert Curve: Angle 90(deg) Axiom: "A" rules: A -> -BF+AFA+FB- B -> +AF-BFB-FA+

Or Peano curves: Angle 90(deg) Axiom: "A" rules: A -> AFBFA-F-BFAFB+F+AFBFA B -> BFAFB+F+AFBFA-F-BFAFB

Hope this helps you, and I still can see the use in a specific tutorial, just thought I'd mention this!

meiamsome avatar Jun 25 '16 17:06 meiamsome

Video for Reference

frclba avatar Jan 11 '19 03:01 frclba

+1

vjoao avatar Apr 10 '19 13:04 vjoao

Isn't this one completed now?

Caster avatar Feb 27 '24 16:02 Caster