DEV Community

Cover image for I made an app that generates random blob creatures! Use cases include: endless avatar creation
Piko
Piko

Posted on

I made an app that generates random blob creatures! Use cases include: endless avatar creation

So the other day I discovered the Haikei blob generator and I just started obsessively hitting that generate button; you know the one that looks like a die 🎲 and after 15 minutes of mindless clicking, I decided I needed to make my very own blob generator. And the research began!

I revisited articles about Bezier curves, and learnt that about using them in SVG. After hours of experimenting I came up with a function that generates blobs! Later, I just added some eyes! And now I have a blob creature generator.

If you want to see how I did it, check out this video I made:

If you want to checkout the code:
https://github.com/PikoCanFly/blobster.git

Happy blobbing coding!

Top comments (0)