OpenSCAD - The Programmers Solid 3D CAD Modeller (fork with Delaunay triangulation and bend operator)
 
 
 
 
 
 
Go to file
kintel 0722e013cb non-MDI compile fix
git-svn-id: http://svn.clifford.at/openscad/trunk@172 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-13 22:20:03 +00:00
examples Clifford Wolf: 2009-11-25 20:47:54 +00:00
CGAL-OGL-Tess-Combine-Fix.patch Clifford Wolf: 2009-11-22 10:05:02 +00:00
COPYING Clifford Wolf: 2009-06-20 12:10:55 +00:00
EventFilter.h Implemented support for opening files from the Mac OS X Finder, e.g. double-click, file type association 2009-12-12 21:27:54 +00:00
GLView.h Extracted GLView.h from openscad.h 2009-12-09 14:23:22 +00:00
Info.plist Implemented support for opening files from the Mac OS X Finder, e.g. double-click, file type association 2009-12-12 21:27:54 +00:00
MainWindow.h Added Open Recent menu 2009-12-13 20:24:15 +00:00
MainWindow.ui Added Open Recent menu 2009-12-13 20:24:15 +00:00
OpenCSG-MacOSX-port.patch Adapted to work with the Reset-Hack patch 2009-12-09 02:33:37 +00:00
OpenCSG-Reset-Hack.patch EOL fix 2009-12-09 02:32:56 +00:00
OpenSCAD.icns Added icon suggestion for Mac OS X. Raw files also supplied for other platforms 2009-12-07 13:00:48 +00:00
README Clifford Wolf: 2009-10-23 07:05:35 +00:00
TODO.txt Use a datestamp for development builds 2009-12-13 21:21:23 +00:00
checklist-macosx.txt Slowly getting the build system under control, added version number in app, added OpenSCAD to window title, note that VERSION needs to be set for deployment in the deployment scripts 2009-12-13 00:22:07 +00:00
chrpath_linux.c Clifford Wolf: 2009-10-16 08:01:59 +00:00
context.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
control.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
csgops.cc Indentation fixes 2009-12-09 14:22:04 +00:00
csgterm.cc Stefan Farthofer (aka meta/metaz): 2009-08-04 18:55:25 +00:00
dxfdata.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
dxfdim.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
dxflinextrude.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
dxfrotextrude.cc Clifford Wolf: 2009-08-10 07:18:35 +00:00
dxftess.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
export.cc Extracted MainWindow.h from openscad.h, moved GUI definition to MainWindow.ui. NB! This is not thoroughly tested yet 2009-12-09 14:25:09 +00:00
expr.cc Clifford Wolf: 2009-07-23 16:00:38 +00:00
func.cc Clifford Wolf: 2009-11-26 11:54:28 +00:00
glview.cc Extracted GLView.h from openscad.h 2009-12-09 14:23:22 +00:00
highlighter.cc Clifford Wolf: 2009-11-08 16:11:07 +00:00
icon.png Added icon suggestion for Mac OS X. Raw files also supplied for other platforms 2009-12-07 13:00:48 +00:00
import.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
lexer.l Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
mainwin.cc non-MDI compile fix 2009-12-13 22:20:03 +00:00
mask.png Added icon suggestion for Mac OS X. Raw files also supplied for other platforms 2009-12-07 13:00:48 +00:00
module.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
openscad.cc Added Open Recent menu 2009-12-13 20:24:15 +00:00
openscad.h Include OpenGL even if OpenCSG isn't enabled 2009-12-13 00:20:28 +00:00
openscad.pro Use a datestamp for development builds 2009-12-13 21:21:23 +00:00
parser.y Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
polyset.cc Stefan Farthofer (aka meta/metaz): 2009-08-04 18:55:25 +00:00
primitives.cc Clifford Wolf: 2009-10-19 19:50:00 +00:00
printutils.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
printutils.h Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
release-linux.sh Slowly getting the build system under control, added version number in app, added OpenSCAD to window title, note that VERSION needs to be set for deployment in the deployment scripts 2009-12-13 00:22:07 +00:00
release-macosx.sh Use a datestamp for development builds 2009-12-13 21:21:23 +00:00
render.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
surface.cc Decoupled PRINT functionality from MainWindow API 2009-12-09 14:22:50 +00:00
transform.cc Indentation fixes 2009-12-09 14:22:04 +00:00
value.cc Clifford Wolf: 2009-10-19 18:27:47 +00:00

README

WHAT IS IT?
===========

OpenSCAD is a software for creating solid 3D CAD objects. It is free software
and available for Linux/UNIX, MS Windows and Apples OS X.

Unlike most free software for creating 3D models (such as the famous
application 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.

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 (see examples below). 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 designes that are defined by
configurable parameters.

OpenSCAD provides two main modelling techniques: First there is constructive
solid geometry (aka CSG) and second there is extrusion of 2D outlines. As data
exchange format format for this 2D outlines Autocad DXF files are used. In
addition to 2D paths for extrusion it is also possible to read design parametes
from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the
STL and OFF file formats.


PREREQUISITES
=============

To build OpenSCAD, you need some libraries and tools. The version numbers in
brakets specify the versions I have used for my tests. Other versions may or
may not work as well..

* Qt4 (4.5.1):
  http://www.qtsoftware.com/

* CGAL (3.4):
  http://www.cgal.org/

* boost (1.35, required by CGAL)
  http://www.boost.org/

* cmake (2.6.2, required by CGAL)
  http://www.cmake.org/

* OpenCSG (1.1.0):
  http://www.opencsg.org/

* GLEW (bundled with OpenCSG)
  http://glew.sourceforge.net/

* GCC C++ Compiler (4.3.1):
  http://gcc.gnu.org/

* Bison (2.4):
  http://www.gnu.org/software/bison/

* Flex (2.5.35):
  http://flex.sourceforge.net/


DOCUMENTATION
=============

Hava a look at the OpenSCAD Homepage (http://openscad.org/) for documentation.