OpenSCAD in a Tweet (3 in 1)

28 (likes)
3972 (views)
This product is available only if you have an account in My Mini Factory service
×
Color:

Hi Recently i've start being active in Twitter. Some of my tweets are small OpenSCAD figures using less than 140 characters. I printed 3 of them and i decided to share. I have much fun writting creative code that fits in a tweet. I encourage to all the OpenSCAD programmers to try and share their own tweets. The Code Copy-Paste this code in OpenSCAD, try and tweak to get your own versions. Fractal Pyramid: f(90);module f(w){cylinder(w,w,w,$fn=4);if(w>2){for(i=[0:3])rotate([0,0,i90])translate([w,0,0])f(w/2);translate([0,0,w])f(w/2);}} Dragon Egg for(i=[0:360]) rotate([0,i0.25,i137.5]) translate([2sqrt(i),0,0]) rotate([0,i0.15+30,0]) cylinder((i%7==0)?i/25:2,4,0.5); Vase / Planter $fn=99;linear_extrude(height=9,twist=90,scale=2)polygon([for(i=[0:359])let(r=5+sin(i6))[rsin(i),rcos(i)]]); And of course...Have fun!

About the author:
FerJerez3D
Hi from Spain! I design and print as a hobby. As a programmer i love OpenSCAD and all the stuff related to algorithmic art. (generative, procedural, simulation,etc.) I pay the bills working as a teacher of Computer Science. Always it's great to share my design so i hope you find something useful, funny or challenging in my stuff.

Reviews

This model have no reviews. Would you like to be the first to review? You need to print it first.