OpenSCAD
OpenSCAD is an actively used programming language created in 2010. OpenSCAD is a free software application for creating solid 3D CAD (computer-aided design) objects. It is a script-only based modeller that uses its own description language; parts can be previewed, but it cannot be interactively selected or modified by mouse in the 3D view. An OpenSCAD script specifies geometric primitives (such as spheres, boxes, cylinders, etc.) and defines how they are modified and combined (for instance by intersection, difference, envelope combination and Minkowski sums) to render a 3D model. Read more on Wikipedia...
10Years Old | 20Users | ?Jobs |
- OpenSCAD ranks in the top 25% of languages
- the OpenSCAD wikipedia page
- OpenSCAD first appeared in 2010
- file extensions for OpenSCAD include scad
- See also: opengl, linux, freebsd, ia-32, dxf
- Have a question about OpenSCAD not answered here? Email me and let me know how I can help.
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 );
Trending Repos
repo | stars | description |
---|---|---|
fosscad-repo | 650 | Official FOSSCAD Library Repository |
Original-Prusa-i3 | 859 | Original Prusa i3 MK2 3D printer printed parts |
Last updated August 9th, 2020