-
Notifications
You must be signed in to change notification settings - Fork 41
/
about.html
122 lines (99 loc) · 5.51 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>OpenSCAD - About</title>
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/fonts/open-sans/all.css" rel="stylesheet">
<script src="assets/js/jquery-1.9.1.min.js"></script>
<!-- One-Page-Nav -->
<script src="assets/js/jquery.scrollTo.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<!--waypoints-->
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/waypoints-sticky.min.js"></script>
<script src="assets/js/header.js"></script>
</head>
<body>
<div id="page-wrap">
<header>
<div class="clear"></div>
<div id="logo" class="left"></div>
<div id="donate" class="right">
<a href="https://opencollective.com/openscad/donate" target="_blank">
<img src="assets/img/donate-opencollective.png" alt="Donate on Opencollective" width="200" height="33">
</a>
</div>
<div id="title" style="margin-top:35px; width:620px;">
<h1 class="title" style="position:relative;"><span class="green">Open</span>SCAD</h1>
<h2 class="subtitle" style="position:relative; left:45px;">The Programmers Solid 3D CAD Modeller</h2>
</div>
<div id="navigation">
<div id="navigation-inner">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li class="current"><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="libraries.html">Libraries</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="https://github.com/openscad/openscad/" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
</header>
<div id="page-content">
<div id="sidebar" class="sticky">
<h1>About</h1>
<ul>
<li><a href="#about">About OpenSCAD</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#underlying-technology">Underlying Technology</a></li>
<li><a href="#related-projects">Related Projects</a></li>
</ul>
</div>
<article>
<section id="about" class="entry">
<h1>About OpenSCAD</h1>
<p>OpenSCAD is software for creating solid 3D CAD models. It is free software and available for Linux/UNIX, Windows and Mac OS X. Unlike most free software for creating 3D models (such as Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies.</p>
<p>OpenSCAD is not an interactive modeller. Instead it is something like a 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script file. This gives you (the designer) full control over the modelling process and enables you to easily change any step in the modelling process or make designs that are defined by configurable parameters.</p>
<p>OpenSCAD provides two main modelling techniques: First there is constructive solid geometry (aka CSG) and second there is extrusion of 2D outlines. Autocad DXF files can be used as the data exchange format for such 2D outlines. In addition to 2D paths for extrusion it is also possible to read design parameters from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the STL and OFF file formats.</p>
</section>
<section id="contact" class="entry">
<h1>Contact</h1>
<p>OpenSCAD is maintained by <a href="mailto:[email protected]">Marius Kintel</a></p>
<p>General inquiries can be sent to <a href="mailto:[email protected]">[email protected]</a></p>
</section>
<section id="license">
<h1>License</h1>
<p>OpenSCAD is <a href="http://www.gnu.org/philosophy/free-sw.html" target="_blank">Free Software</a> released under the <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">General Public License version 2</a>.</p>
</section>
<section id="underlying-technology">
<h1>Underlying Technology</h1>
<p>OpenSCAD builds on top of a number of free software libraries; is uses <a href="http://qt-project.org" target="_blank">Qt</a> for user interface, <a href="http://cgal.org" target="_blank">CGAL</a> for CSG evaluation, <a href="http://opencsg.org">OpenCSG</a> and OpenGL for CSG previews, as well as boost, eigen and glew.</p>
</section>
<section id="related-projects">
<h1>Related Projects</h1>
<p>A number of projects were inspired by OpenSCAD, or in some other way is related to OpenSCAD. This is an incomplete list of some project worth taking a look at:</p>
<ul>
<li><a href="https://www.3dcustomizer.net/">3dCustomizer.net</a></li>
<li><a href="https://models.makewithtech.com/">Models @ MakeWithTech</a></li>
<li><a href="https://openscad.cloud">openscad.cloud</a> by Autodrop3d</li>
<li><a href="https://cadhub.xyz">CadHub</a></li>
<li><a href="https://implicitcad.org">ImplicitCAD</a></li>
<li><a href="https://gilesbathgate.com/category/rapcad/">RapCAD</a></li>
<li><a href="https://openjscad.xyz">OpenJSCAD</a></li>
<li><a href="https://www.blockscad3d.com/editor/">BlocksCAD</a></li>
</ul>
</section>
</article>
<div class="clear"></div>
</div><!--#page-content end-->
<footer>
</footer>
</div><!--#page-wrap end-->
</body>
</html>