Jump to content

Cthulhu Medallion Design Contest


Timmo

Recommended Posts

Hi! I am a jewelry artist and my next project is Cthulhu and it's the world. I would like to commission a Cthulhu inspired necklace design.

The design should be Cthulhu mythology inspired

Dimensions of the necklace are 1.4 x 1.4 inches

The design should be possible to turn into a medallion

The design must be your original creation

The contest is open until 15th of February, I would like to buy the rights to use the design on commercial purpose, the prize for the winning work is 300 USD

You can post your work in this thread or send me an email at timmlivv@gmail dot com, after 15th of February top designs are put on a vote

Thank you so much for your time, i am open to all your questions,

Tim

Link to comment
Share on other sites

Enjoy 🙂

https://drive.google.com/open?id=1lCOGdTYzfYbQoJLzBfeUCAWV4MlMzq1G (3D STL file - for 3D printing). The 3D print could be used for a plaster or sand impression for casting, or spray gold paint on and call it job done.

131581895_cthulhumedallion.png.e2366270bacba0e10f57a37ce0053fed.png1969088614_cthulhumedallionfrontcolor.png.76049f036967bfe2c4f8d334902bf4cf.png

OpenSCAD script for generating the 3D image:

module tentacle() {
translate([-20,0,5])
rotate_extrude(angle=80, convexity = 10, $fn=150)
translate([22, 0, 0])
circle(r = 4);
}

difference() {
    union() {
        cylinder(h=5, r=30, $fn=150);
        difference() {
            sphere(r=15, $fn=150);
            translate([0,0,-25]) cylinder(h=30, r=30);
        }


        for (i = [0:7]) {
            intersection() {
                translate([0, 0, 4.5]) rotate([-22, 0, i * 45]) tentacle();
                translate([0, 0, 1]) cylinder(h=30,r=29, $fn=150);
            }
        }
    }
    translate([0,0,18]) sphere(r=5, $fn=150);
}

 

 

Edited by EricW
  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...