The title of this piece should be pretty explicit, at least for those familiar with H. P. Lovecraft‘s story.
The request was for something horror, unusual, a mass of almost satanic shapeless flesh.
Creating the design was harder than I had imagined but the result turned out to be exactly what the client wanted, a combination of live flesh, teeth and alien eyes.
My favourite part are the rows of teeth. I don’t have a clue how they could be used but Cthulhu certainly does 😀

A project of this kind would definitely have given its best on a full arm, the client is planning on expanding it so I will have to find a way to carry on. It would have been better to develop it as a whole instead of one piece at a time, but still, I certainly don’t lack creativity 😉

// Passive event listeners jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } };