This is the official source code of FreeCAD
Go to file
2017-03-07 13:57:11 -03:00
cMake source typo fixes pt1 (only on py3 merged code) 2017-02-27 11:32:47 +01:00
data FEM: example 2D, update to the new element geometry object 2017-03-07 13:40:18 -03:00
package Fixed screenshot URL in Gnome appdata file - fixes #2179 2015-07-03 18:48:22 -03:00
src stop profile based and primitives if file is in undetermined workflow 2017-03-07 13:51:42 -03:00
subuser/freecad-dev Add subuser files for developing freecad within a Docker container. 2016-08-07 08:52:24 +02:00
vagrant Add FreeCAD snap environment into source tree 2016-06-16 14:57:29 +02:00
.arcconfig add config for arcanist 2015-10-09 08:19:23 +02:00
.gitattributes + Shared library of Mefisto2F 2014-01-18 00:08:25 +01:00
.gitignore Add CLion IDE configuration files to gitignore 2016-08-20 22:00:39 +02:00
.log_errors Travis: run FreeCAD and check log against .log_errors 2015-09-23 10:06:19 +02:00
.subuser.json Add subuser files for developing freecad within a Docker container. 2016-08-07 08:52:24 +02:00
.travis.yml Use CMAKE_PREFIX_PATH for Qt 5 builds 2017-03-07 13:49:59 -03:00
appveyor.yml Added appveyor control file 2016-08-01 13:16:58 -03:00
BuildAll.bat + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
BuildRelease.ini + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
BuildRelease.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
ChangeLog.txt + update ReadMe and ChangeLog 2014-06-30 13:51:10 +02:00
CMakeLists.txt cmake: reset shiboken-cmake-suffix for python < 3 2017-03-07 13:57:11 -03:00
config.h.cmake + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
COPYING + fixes #0002133: Bad file name copying.lib 2016-05-06 19:33:16 +02:00
LibraryVersions.h.cmake + always get occ version information in About dialog 2016-03-19 15:55:09 +01:00
README.md Merge pull request #511 from luzpaz/Short-urls 2017-02-09 19:36:16 +01:00

FreeCAD

screenshot

FreeCAD is a general purpose feature-based, parametric 3D modeler for CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialties. It is 100% Open Source (LGPL2+ license) and extremely modular, allowing for very advanced extension and customization.

FreeCAD is based on OpenCASCADE, a powerful geometry kernel, features an Open Inventor-compliant 3D scene representation model provided by the Coin 3D library, and a broad Python API. The interface is built with Qt. FreeCAD runs exactly the same way on Windows, Mac OSX, BSD and Linux platforms.

Installing

Precompiled (installable) packages are available for Windows and Mac on the Releases page.

On most Linux distributions, FreeCAD is directly installable from the software center application.

Other options are described at the wiki Download page.

Build Status

Master 0.16 Translation
Master 0.16 Crowdin

Compiling

Compiling FreeCAD requires installation of several libraries and their development files such as OpenCASCADe, Coin and Qt, listed in the pages below. Once this is done, FreeCAD can be simply compiled with cMake. On Windows, these libraries are bundled and offered by the FreeCAD team in a convenient package. On Linux, they are usually found in your distribution's repositories, and on Mac OSX and other platforms you will usually need to compile them yourself.

The pages below contain up-to-date build instructions:

Usage & Getting help

Gitter

The FreeCAD wiki contains documentation on general FreeCAD usage, Python scripting, and development. These pages might help you get started:

The FreeCAD forum is also a great place to find help and solve specific problems you might encounter when learning to use FreeCAD.