This is the official source code of FreeCAD
![]() commit 8853bf442b6e1a98699fa90fca5eb30b3f6d3a5e Author: Ian Rees <ian.rees@gmail.com> Date: Tue Jul 29 15:46:59 2014 +1200 Refactoring and small fix in constraint icon bounding boxes commit c03e4c13d8fd657e18e3c78d16bbdef209f8c779 Author: Ian Rees <ian.rees@gmail.com> Date: Mon Jul 28 15:41:15 2014 +1200 Implemented picking of individual constraints from combined icons commit 254aaab450fe6646bee7542c532c454af91b6597 Author: Ian Rees <ian.rees@gmail.com> Date: Mon Jul 28 13:04:18 2014 +1200 Added bounding boxes for combined constraint icons commit 4f0738ec30220fbf1abdea14dd121d0a134e5dfd Author: Ian Rees <ian.rees@gmail.com> Date: Sat Jul 26 18:53:33 2014 +1200 Added screenCoordsOfPath() to View3DInventorViewer commit 14e2dc7b4aa79db97cbacd2c848728a66276d644 Author: Ian Rees <ian.rees@gmail.com> Date: Sun Jul 20 14:24:27 2014 +1200 Bit of code to make constraint icon text rendering nicer. This won't be useful unless the font changes, but wanted to add it while I was thinking about it. commit 8020d2d62214d71875cbae101d5ac5e96d998201 Author: Ian Rees <ian.rees@gmail.com> Date: Sun Jul 20 13:54:51 2014 +1200 Fixed an off-by-one in ViewProviderSketch::combineConstratintIcons Bug resulted in icons occasionally not being combined into groups, when they should've been. commit 20d92a3ccc1f795be1cb86f6f92045518dc8eb81 Author: Ian Rees <ian.rees@gmail.com> Date: Tue Jul 15 19:38:20 2014 +1200 Fixed a bug that was introduced two commits ago. commit 69e1ea848e3bc3c8c372c539f30a7b4d2a563aa2 Author: Ian Rees <ian.rees@gmail.com> Date: Tue Jul 15 15:33:30 2014 +1200 Fixed dumb copy-and-paste error commit a998b75a905cc31e1f4f49869e81ecaef5858b69 Author: Ian Rees <ian.rees@gmail.com> Date: Sun Jul 13 18:39:22 2014 +1200 Fixed crash reported by sponssi More info at http://forum.freecadweb.org/viewtopic.php?f=10&t=6965&p=56590 commit 27b7b804790dda5164c7ef0b9418f6c160228859 Author: Ian Rees <ian.rees@gmail.com> Date: Thu Jul 10 13:32:16 2014 +1200 Cleaning up my git repo for FreeCAD. This branch now has just the Sketcher icon fixes, plus a few random comment edits. |
||
---|---|---|
cMake | ||
data | ||
package | ||
src | ||
.gitattributes | ||
.gitignore | ||
acinclude.m4 | ||
autogen.sh | ||
build.sh | ||
BuildAll.bat | ||
BuildRelease.ini | ||
BuildRelease.py | ||
ChangeLog.txt | ||
CMakeLists.txt | ||
config.h.cmake | ||
configure.ac | ||
copying.lib | ||
Makefile.am | ||
mkinstalldirs | ||
README | ||
README.Cygwin | ||
README.Linux | ||
README.MinGW | ||
README.Win32 |
FreeCAD ======= 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. Home page: http://www.freecadweb.org Documentation wiki: http://www.freecadweb.org/wiki/ Forum: http://forum.freecadweb.org/ Bug tracker: http://www.freecadweb.org/tracker/ Git repository: http://sourceforge.net/p/free-cad/code/ci/master/tree/ Installing ========== Precompiled (installable) packages are usually available to you from several sources and are described on the FreeCAD download page: http://www.freecadweb.org/wiki/index.php?title=Download Compiling ========= Compiling FreeCAD requires to install several heavyweight 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 offeredby the FreeCAD team in a convenience 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. Note that autotools build system can still be used but will be obsoleted soon. The pages below contain up-to-date build instructions: For Linux: http://www.freecadweb.org/wiki/index.php?title=CompileOnUnix For windows: http://www.freecadweb.org/wiki/index.php?title=CompileOnWindows For Mac OSX: http://www.freecadweb.org/wiki/index.php?title=CompileOnMac In this folder you will also find additional README files, specific for each platform. Usage ===== The FreeCAD documentation wiki contains sections for each category of users, and a manual, which is a compilation of the most useful articles of the wiki: For users: General FreeCAD usage: http://www.freecadweb.org/wiki/index.php?title=User_hub For power-users: Python scripting: http://www.freecadweb.org/wiki/index.php?title=Power_users_hub For developers: C++ FreeCAD development: http://www.freecadweb.org/wiki/index.php?title=Developer_hub The FreeCAD manual: http://www.freecadweb.org/wiki/index.php?title=Online_Help_Toc