Plush Tetrapod

The cutest sea defense structure, now even more huggable


Tetrapods are shaped like a friend, and pose an adequately-challenging sewing project.

A collection of multi-colored felt tetrapods sitting on a wooden table in a field in the sun.
  • A cluster of tetrapods born into being by the participants of the WHY2025 workshop.

Here is an approximate 3D model of a tetrapod, created with OpenSCAD. You can view/edit it in OpenSCAD Playground.

Show OpenSCAD source
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
$fs = 0.01;
$length = 10;
$radius_bottom = 4;
$radius_top = 2;
$angle = acos(-1/3);
union() {
    for(rx = [
        [0,0,0],
        [0,$angle,0],
        [0,$angle,120],
        [0, $angle, -120]
    ]) {
        rotate(rx)
            translate([0,0,$length/2])
                cylinder(h=$length, r1=$radius_bottom, r2=$radius_top, center=true);
    }
}
They can be seen along coastlines around the world, protecting against erosion.

The origins

While at 38C3 I had the idea for a plush tetrapod. I was still thinking about it when I came home, so I had a go at making one, which was pretty successful!

A tetrapod (4-legged geometric shape) made out of two shades of green felt resting on a cutting mat, surrounded by sewing tools, thread, offcuts and a sewing machine
  • The original prototype

As as there is nothing new under the sun, I was able to find some prior art and a pattern from Almar Joling. I printed it out and cut out the paper templates, then used them to draw on to the felt, which I then cut out with scissors.

The pattern did not come with any suggested order however, so I somewhat haphazardly put one together. This was a little mind-bending to start with but it worked out! The refined procedure I wish I had is below.

The workshop

A red and orange tetrapod in the process of being finished by hand. On the table is a club mate bottle and a sticker with the WHY2025 logo.
These things are made more fun when you can convince other people to share your eccentricity. I ran a tetrapod-making workshop at WHY2025, which was:

  • good fun
  • oversubscribed
  • ran hilariously over-time, and
  • (going by the number of produced tetrapods) quite a success!

In preparation, I brought:

  • 4 sets of tetrapod part templates, graciously laser cut from cardboard by jarkman.
  • A large number of cheap sewing needles in various sizes
  • Several “self healing cutting mats”
  • Several scalpels and a fabric cutting wheel (sharp)
  • 4 sewing machines
    • of which 3 borrowed (with many thanks to Serendiep)
    • of which 1 started smoking when switched on, which made for a dramatic opening to the workshop
  • Scissors
  • Needle threaders and thread cutters

Some learnings:

  • It takes many folks much longer than two hours, although some of this was due to…
  • There are some big bottlenecks, some of which are easier/cheaper to alleviate:
    • Templates are cheap (so long as you have laser cutter access) - you may as well make one set for every participant in the workshop.
    • Similarly, cutting mats and cutting tools are pretty cheap too. To save even more time and given the cutting-out process is the least interesting part, you could provide pre-cut parts.
    • Sewing machine availablility becomes quite limiting, especially when folks haven’t used one before. There were quite a few people waiting on them, and some people just opted to hand sew the whole thing instead.
  • Clear instructions for how to sew the parts together are very important. A good visual representation might help.

How to build your own

So then, here’s how I’ve been making tetrapods. It’s almost certainly not the only way you can put them together, but it works for me.

The general approach is to sew it together inside out with a machine and/or hand sewing, and then invert it before fully closing it up. This hides all the seam allowance and makes for a neat exterior.I use the standard straight stitch on the machine and a backstitch by hand.

  1. Cut out the parts using the template. Here is a DXF, traced from the pattern mentioned above. If you have a stiffer card template you might be able to place it on top of the fabric and use it as a guide directly. Otherwise, you probably want to draw around it with a pen/marker of some kind and then cut around that. The UV unwrapped tetrapod comprises of two parts, which I call the “Bat wing” and the “Circle”. You need 4 of each.
  2. Pick one batwing as the base, and sew the other three to it along one of the curves of their wings.
    ⚠️ heads up
    It’s very important that you sew each of the three other wings to the same side of the base wing.
  3. Close up the long straight edges of each of the 4 wings to form the leg tubes
    ⚠️ heads up again
    The “way round” that you sew the tubes shut matters! Take a minute to reason it through before you do it - and remember that you’re going to invert them.
  4. Sew the circles into the ends of the tubes to form the legs proper. I did this by hand, but others have done it on machines!
  5. Sew 2 of the remaining 3 bat wing edges together, leaving the last one open.
  6. Tidy up/reinforce any seams - In particular the corners where the batwings join.
  7. Invert the tetrapod through the open seam. Final check for any visibly messy or loose stitches from the outside.
  8. Stuff it with your chosen stuffing. I’ve used polyester soft toy stuffing, but many things would likely work.
  9. Close the open seam by hand with a ladder stitch (also known as an invisible stitch or slip stitch).
  10. Marvel in what you have created.

If you’ve made a tetrapod or have any questions feel free to reach out!