96 lines
7.9 KiB
HTML
96 lines
7.9 KiB
HTML
<html><head><title>Developer hub/pt</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Developer hub/pt</h1></div>
|
|
|
|
<div id="mw-content-text" lang="pt" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><div class="floatright"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Crystal_Clear_app_tutorials.png" class="image" title="150"><img alt="150" src="Crystal_Clear_app_tutorials.png" width="128" height="128" /></a></div>
|
|
<p>This is the place to come if you want to contribute to the development of the FreeCAD software.
|
|
</p><p>These pages are in the early stage of development. If you can't find the information you are looking for, or have found useful information somewhere we have not linked to, then please leave a comment on the <a rel="nofollow" class="external text" href="http://forum.freecadweb.org/index.php?sid=5f84150e79db8842e277b042077097ff">forum</a> and someone will look into it (or, if you are feeling bold, why not edit this page directly!).
|
|
</p><p><br />
|
|
</p>
|
|
<div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
|
|
<ul>
|
|
<li class="toclevel-1 tocsection-1"><a href="#Developer_Documentation"><span class="tocnumber">1</span> <span class="toctext">Developer Documentation</span></a>
|
|
<ul>
|
|
<li class="toclevel-2 tocsection-2"><a href="#Do_it_yourself:_Compiling_FreeCAD"><span class="tocnumber">1.1</span> <span class="toctext">Do it yourself: Compiling FreeCAD</span></a></li>
|
|
<li class="toclevel-2 tocsection-3"><a href="#Build_Support_Tools"><span class="tocnumber">1.2</span> <span class="toctext">Build Support Tools</span></a></li>
|
|
<li class="toclevel-2 tocsection-4"><a href="#Modifying_FreeCAD"><span class="tocnumber">1.3</span> <span class="toctext">Modifying FreeCAD</span></a></li>
|
|
<li class="toclevel-2 tocsection-5"><a href="#Module_developer.27s_guide"><span class="tocnumber">1.4</span> <span class="toctext">Module developer's guide</span></a></li>
|
|
<li class="toclevel-2 tocsection-6"><a href="#OpenCascade_Documentation"><span class="tocnumber">1.5</span> <span class="toctext">OpenCascade Documentation</span></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-7"><a href="#Roadmap"><span class="tocnumber">2</span> <span class="toctext">Roadmap</span></a></li>
|
|
<li class="toclevel-1 tocsection-8"><a href="#Credits"><span class="tocnumber">3</span> <span class="toctext">Credits</span></a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h2><span class="mw-headline" id="Developer_Documentation">Developer Documentation</span></h2>
|
|
<p>The developer documentation comprises the following sections:
|
|
</p>
|
|
<h3><span class="mw-headline" id="Do_it_yourself:_Compiling_FreeCAD">Do it yourself: Compiling FreeCAD</span></h3>
|
|
<ul><li> <a href="Source_code_management.html" title="Source code management">Source code management</a></li>
|
|
<li> <a href="Tracker.html" title="Tracker">Find assistance</a> when you have a problem or think you may have found a bug</li>
|
|
<li> <a href="CompileOnWindows.html" title="CompileOnWindows">Compiling on Windows</a></li>
|
|
<li> <a href="CompileOnUnix.html" title="CompileOnUnix">Compiling on Unix</a></li>
|
|
<li> <a href="CompileOnMac.html" title="CompileOnMac">Compiling on Mac OS X</a></li>
|
|
<li> <a href="Licence.html" title="Licence">Licence details</a> about the FreeCAD licences</li>
|
|
<li> <a href="Third_Party_Libraries.html" title="Third Party Libraries">Third Party Libraries</a></li>
|
|
<li> <a href="Third_Party_Tools.html" title="Third Party Tools">Third Party Tools</a></li>
|
|
<li> <a href="Start_up_and_Configuration.html" title="Start up and Configuration">Start up and Configuration</a></li>
|
|
<li> <a href="https://www.freecadweb.org/wiki/index.php?title=Source_documentation" title="Source documentation">Source documentation</a></li></ul>
|
|
<h3><span class="mw-headline" id="Build_Support_Tools">Build Support Tools</span></h3>
|
|
<ul><li> The <a href="FreeCAD_Build_Tool.html" title="FreeCAD Build Tool">FreeCAD Build Tool</a>
|
|
<ul><li> <a href="Module_Creation.html" title="Module Creation">Adding an application module</a> to FreeCAD</li></ul></li>
|
|
<li> <a href="Debugging.html" title="Debugging">Debugging</a> FreeCAD</li>
|
|
<li> <a href="Testing.html" title="Testing">Testing</a> FreeCAD</li>
|
|
<li> <a href="/wiki/Compiling_(Speeding_up)" title="Compiling (Speeding up)">Compiling (Speeding up)</a> FreeCAD</li>
|
|
<li> <a href="Continuous_Integration.html" title="Continuous Integration">Continuous Integration</a></li></ul>
|
|
<h3><span class="mw-headline" id="Modifying_FreeCAD">Modifying FreeCAD</span></h3>
|
|
<ul><li> Understanding <a href="The_FreeCAD_source_code.html" title="The FreeCAD source code">The FreeCAD source code</a></li>
|
|
<li> Add <a href="Gui_Command.html" title="Gui Command">Features</a> to FreeCAD or a Workbench</li>
|
|
<li> <a href="Branding.html" title="Branding">Branding</a> or <i>how to give FreeCAD a unique look</i></li>
|
|
<li> <a href="Artwork.html" title="Artwork">Artwork</a> we made for FreeCAD, that you can freely reuse</li>
|
|
<li> <a href="Localisation.html" title="Localisation">Translating FreeCAD</a></li>
|
|
<li> <a href="Extra_python_modules.html" title="Extra python modules">Extra python modules</a>, or <i>how to extend python functionality within FreeCAD</i></li>
|
|
<li><a href="Google_Summer_of_Code.html" class="mw-redirect" title="Google Summer of Code">Google Summer of Code</a> get involved via Google's student support program</li></ul>
|
|
<h3><span class="mw-headline" id="Module_developer.27s_guide">Module developer's guide</span></h3>
|
|
<p><a rel="nofollow" class="external text" href="https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide">FreeCAD Mod Dev Guide</a>: This is an ebook under writing on github, please fork and send pull request to contribute.
|
|
</p><p>Chapters:
|
|
</p>
|
|
<ul><li> Overview and Software Architecture</li>
|
|
<li> Source code structure</li>
|
|
<li> Base and App module</li>
|
|
<li> Gui module</li>
|
|
<li> Python wrapping</li>
|
|
<li> Modular design</li>
|
|
<li> Fem module source analysis (mixed C++ and Python)</li>
|
|
<li> Development of CFD Module (pure Python)</li>
|
|
<li> Module testing and debugging</li>
|
|
<li> Contribute code with git</li></ul>
|
|
<p>Latest pdf preview can be downoaded from <a rel="nofollow" class="external text" href="https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide/tree/master/pdf">pdf folder</a> of this git repo
|
|
</p>
|
|
<h3><span class="mw-headline" id="OpenCascade_Documentation">OpenCascade Documentation</span></h3>
|
|
<ul><li> <a rel="nofollow" class="external text" href="http://opencascade.wikidot.com/romansarticles">Roman Lygin's tutorials</a></li>
|
|
<li> <a rel="nofollow" class="external text" href="http://opencascade.sourcearchive.com/documentation/6.3.0.dfsg.1-1/classes.html">Online class reference</a>. This is the help data on-line for the last version that they offer this way, it is out of date but still helpful and often still relevant. It is perhaps more convenient that having to download a single large file, which is what you have to do for a more recent version.</li>
|
|
<li> <a rel="nofollow" class="external text" href="http://opencascade.wikidot.com">The openCascade wiki</a></li></ul>
|
|
<h2><span class="mw-headline" id="Roadmap">Roadmap</span></h2>
|
|
<p>FreeCAD, though usable in certain areas, is at the beginning of a long way into the CAD mainstream. There is still a lot to do
|
|
to reach a state where we can compete with commercial software.
|
|
</p>
|
|
<ul><li> <a href="Development_roadmap.html" title="Development roadmap">Development roadmap</a></li></ul>
|
|
<h2><span class="mw-headline" id="Credits">Credits</span></h2>
|
|
<p><a href="Contributors.html" title="Contributors">Contributors</a>
|
|
</p><p><br />
|
|
</p>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div><div class="printfooter">
|
|
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Developer_hub/pt&oldid=226653">http://www.freecadweb.org/wiki/index.php?title=Developer_hub/pt&oldid=226653</a>"</div>
|
|
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
<div id="mw-navigation">
|
|
<h2>Navigation menu</h2>
|
|
|
|
</body></html> |