commit bc15c832e5e79710eb84654189ac8a087492fb2b Author: Charles Iliya Krempeaux Date: Sat Jan 13 16:49:19 2024 -0800 initial commits diff --git a/index.xhtml b/index.xhtml new file mode 100644 index 0000000..1231f21 --- /dev/null +++ b/index.xhtml @@ -0,0 +1,41 @@ + + + + +OpenSCAD + + +
+
+

OpenSCAD

+
+ by + +
+

+ OpenSCAD is an open-source computer-aided design (CAD) software application. +

+

+ Unlike many other CAD software applications which use a GUI to create, edit, and manipulate objects, OpenSCAD +

+

+cube([2,3,4]);
+
+
+

+ OpenSCAD provides two main methods for 3D modeling: +

+
    +
  • creating complex object from combinations of simpler shapes, and
  • +
  • extruding 2D shapes (contained in .dxf or .svg files) into 3D shapes.
  • +
+

+ OpenSCAD is especially geared towards mechanical, rather than artistic, aspects of 3D computer-aided design. + Thus OpenSCAD can be useful when one wants to create a model that one wants to 3D-print. +

+
+
+ +