OpenSCAD - The Programmers Solid 3D CAD Modeller (fork with Delaunay triangulation and bend operator)
 
 
 
 
 
 
Go to file
Andrew Plumb 99633dd0da Conditionally download bundles if they don't exist.
Saves having to re-download the bundles every time, assuming downloaded
successfully the (N-1)th time.
2012-02-08 15:07:55 -05:00
contrib Added BBEdit/TextWrangler syntax highlighting module by Mike Thomson 2012-01-04 23:19:19 +01:00
doc Added note about IGES export. #79 2012-02-03 23:13:55 +01:00
examples Slightly modified example008 to reduce z-buffer fighting in throwntogether mode 2011-12-28 18:15:47 +01:00
icons Added Linux desktop icon and .desktop file from chrysn 2012-01-05 00:00:29 +01:00
libraries updated 2012-02-02 23:32:50 +01:00
patches Updated patch to reflect recent changes in build system 2012-01-14 01:18:09 +01:00
qxs Cleaned up qnfa file so it is more taylored to openscad 2010-04-11 10:01:37 +01:00
scripts Conditionally download bundles if they don't exist. 2012-02-08 15:07:55 -05:00
src Bugs ID'd by Qt Creator & setup for Mac OS X. 2012-02-06 09:12:15 -05:00
test-code Copyright updates 2011-01-21 02:21:09 +01:00
testdata Added test case and source code comments related to issue #80 2012-02-03 23:05:42 +01:00
tests expected file for updated projection-tests 2012-02-04 02:51:00 +01:00
.gitignore Added forgotten file - gitignore had shadowed it 2012-01-25 21:39:43 +01:00
.gitmodules Bundle MCAD library 2011-09-08 03:27:07 +02:00
COPYING Clifford Wolf: 2010-02-01 09:34:18 +00:00
Info.plist Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" to reload' 2010-02-02 01:01:38 +00:00
OpenSCAD.sdef Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" to reload' 2010-02-02 01:01:38 +00:00
README Updated Qt URL 2011-12-07 05:19:14 +01:00
RELEASE_NOTES Added note about recently fixed crash bug 2012-01-25 02:48:36 +01:00
bison.pri changes to enable building on NetBSD 2012-01-03 18:21:28 +01:00
boost.pri Merge branch 'master' into boost_filesystem 2012-01-04 23:07:32 +01:00
cgal.pri Some more build system cleaning 2011-12-15 05:17:04 +01:00
common.pri Some more build system cleaning 2011-12-15 05:17:04 +01:00
eigen2.pri find eigen2 when compiling on gnu hurd os 2012-01-11 02:32:08 +01:00
flex.pri changes to enable building on NetBSD 2012-01-03 18:21:28 +01:00
glew.pri Some more build system cleaning 2011-12-15 05:17:04 +01:00
mingw-cross-env.pri generalized MACOSX_DEPLOY_DIR into the platform-independent OPENSCAD_LIBRARIES 2011-12-15 04:59:15 +01:00
mjau.gdb moved location 2011-08-02 01:44:14 +02:00
opencsg.pri Some more build system cleaning 2011-12-15 05:17:04 +01:00
openscad.pro Merge branch 'master' into threading 2012-01-09 03:29:24 +01:00
openscad.pro.user Bugs ID'd by Qt Creator & setup for Mac OS X. 2012-02-06 09:12:15 -05:00
openscad.qrc Moved progress display to status bar. Disabled by default but can be enabled in .pro file with CONFIG += progresswidget. Please test and enable as default if it looks good on all platforms. 2010-02-10 15:13:12 +00:00
openscad_win32.rc Copyright updates 2011-01-21 02:21:09 +01:00
setenv_mjau.sh copy&paste error 2012-02-03 03:21:05 +01:00
valgrind.supp Killed some memory leaks 2011-11-27 05:20:18 +01:00
version.pri Added OPENSCAD_COMMIT define to show which git commit a binary actually is built from in the about box. Pass -c to release_common.sh to turn this on. Please use this for development builds, see publish-macosx.sh for how development vs. release is handled 2012-01-14 17:37:34 +01:00
win32.pri fix qmake under mingw-cross-compile 2011-12-16 21:03:10 -06: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 Mac 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 designs 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 brackets specify the versions which have been used for
development. Other versions may or may not work as well..

* Qt4 (4.4 - 4.7):
  http://www.qt.nokia.com/

* CGAL (3.6 - 3.9):
  http://www.cgal.org/

* GMP (5.0.x):
  http://www.gmplib.org/

* MPFR (3.x):
  http://www.mpfr.org/

* boost (1.35 - 1.47)
  http://www.boost.org/

* cmake (2.6 - 2.8, required by CGAL and the test framework)
  http://www.cmake.org/

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

* GLEW (1.5 ->)
  http://glew.sourceforge.net/

* Eigen2 (2.0.13->)
  http://eigen.tuxfamily.org/

* GCC C++ Compiler (4.2 ->):
  http://gcc.gnu.org/

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

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


BUILDING OPENSCAD
================

First, run 'qmake' from Qt4 to generate a Makefile. On some systems you need to
run 'qmake4', 'qmake-qt4' or something alike to run the qt4 version of the tool.

Then run make. Finally you might run 'make install' as root or simply copy the
'openscad' binary (OpenSCAD.app on Mac OS X) to the bin directory of your choice.


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

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