Open Bamboy opened 8 years ago
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!
+1
I'd like to see how to program something like what's seen in this youtube video. https://www.youtube.com/watch?v=RU0wScIj36o