OpenSCAD
OpenSCAD is an actively used programming language created in 2010.
9Years Old | 1,020Users | 0Jobs |
- OpenSCAD ranks in the top 20% of languages
- the OpenSCAD wikipedia page
- OpenSCAD first appeared in 2010
- See also: opengl, linux, freebsd, ia-32, dxf
- I have 43 facts about OpenSCAD. just email me if you need more.
Example code from the web:
cube(5); x = 4+y; rotate(40) square(5,10); translate([10,5]) { circle(5); square(4); } rotate(60) color("red") { circle(5); square(4); } color("blue") { translate([5,3,0]) sphere(5); rotate([45,0,45]) { cylinder(10); cube([5,6,7]); } }
Example code from Linguist:
// Simple sphere in OpenSCAD sphere( r=10 );Edit
Last updated February 11th, 2019