Fractal Letter Puzzle - T

Now that I got The Email, I realized I need to actually make some of the designs that have been rattling around. This gives me a chance to learn Inkscape better, too.

So this is a play on the Fractal Puzzles. Examples:

My friend saw a video about these on Facebook and made a comment awhile back that he thought they looked really cool, so I decided to make him one, but with a twist. His name starts with a T, so I decided to make the puzzle in the shape of a T.

So I looked into how Fractal puzzles were made. And thus I decided to learn L-systems and how to use the L-System extension in Inkscape. Its really cool actually. Its located under Extensions → Render (see image below).

I decided to go with a Hilbert II Curve for my design.
Axiom: X
Rules: X=XFYFX+F+YFXFY-F-XFYFX;Y=YFXFY-F-XFYFX+F+YFXFY

I connected nodes to make the shape of the T, then deleted the rest of the curve. I added in some extra segments to break it up more and make the puzzle pieces. So, here it is! (Right click and save as to get the SVG).


Thoughts, comments, vicious mockeries?
I really enjoyed making this! I think I might make the whole alphabet!

42 Likes

Hilbert rocks! I used his curve to minecraft dig :japanese_ogre:

4 Likes

Darn! I just started a long print otherwise I would have thrown this one in the GFUI. Great work on this. Thanks for taking the time to get it so exact and show how it was done. Hope you get a Glowforge soon to do this for yourself!

6 Likes

Great post, thank you

1 Like

Thanks for sharing!!

1 Like

Hilbert I seems "wonky"

is it because pixels are not square?

1 Like

Did you do this in inkscape? Did you use A and B for variables? That could be the problem. I think inkscape adds a forward movement to some of the variables. You should change them to X and Y.

Try this. Let me know if this works, I don’t have my computer with me to check.
Axiom: X
Rules: X=-YF+XFX+FY-;+XF-YFY-FX+

3 Likes

BAM! :smiley:

6 Likes

Woooooooooooooooooooo! :grin:

This took me awhile to figure out.

2 Likes

Thank you!

2 Likes

I got to the point of the L system but cannot for the life of me see how you made this. It’s amazing. I must learn. Is there a tutorial somewhere?

1 Like

Sorry, I haven’t made any tutorials. But, I did explain my process a little more here:

Let me know if this helps.

1 Like

How does one connect the nodes? I traced it to bitmap and tried editing paths by node, then selected two nodes and clicked “join selected nodes” and nothing happens. Can I get a play by play with screenshots of just this process? I think I would understand the whole process after that.

You don’t want to trace it into a bitmap, you want to leave it as paths. If you turn it into a bitmap you won’t be able to select the nodes after that and the bitmap will hide the paths.

Also, I wouldn’t recommend using Join Selected Nodes. You want to use the add and delete segment tool.

image

Sorry, with a 15month-old running around, I don’t have much time to create a play by play tutorial. I can try to answer any specific questions you have, but I did most of this through trial and error and googling.