Developer hub/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 12: Line 12:


=== Do it yourself: Compiling FreeCAD ===
=== Do it yourself: Compiling FreeCAD ===
* [[Source code management]]
* [[Source code management|Source code management]]
* [[Tracker|Find assistance]] when you have a problem or think you may have found a bug
* [[Tracker|Find assistance]] when you have a problem or think you may have found a bug
* [[Compile_on_Windows|Compiling on Windows]]
* [[Compile_on_Windows|Compiling on Windows]]
* [[Compile_on_Linux|Compiling on Linux]]
* [[Compile_on_Linux/Unix|Compiling on Linux/Unix]]
* [[Compile_on_MacOS|Compiling on MacOS]]
* [[Compile_on_MacOS|Compiling on MacOS]]
* [[Licence|Licence details]] about the FreeCAD licences
* [[Licence|Licence details]] about the FreeCAD licences
* [[Third Party Libraries]]
* [[Third Party Libraries|Third Party Libraries]]
* [[Third Party Tools]]
* [[Third Party Tools|Third Party Tools]]
* [[Start up and Configuration]]
* [[Start up and Configuration|Start up and Configuration]]
* [[Source documentation]]
* [[Source documentation|Source documentation]]


=== Packaging ===
=== Packaging ===
Line 35: Line 35:


=== Build Support Tools ===
=== Build Support Tools ===
* The [[FreeCAD Build Tool]]
* The [[FreeCAD Build Tool|FreeCAD Build Tool]]
** [[Module_Creation|Adding an application module]] to FreeCAD
** [[Module_Creation|Adding an application module]] to FreeCAD
* [[Debugging]] FreeCAD
* [[Debugging|Debugging]] FreeCAD
* [[Testing]] FreeCAD
* [[Testing|Testing]] FreeCAD
* [[Compiling (Speeding up)]] FreeCAD
* [[Compiling (Speeding up)|Compiling (Speeding up)]] FreeCAD
* [[Continuous Integration]]
* [[Continuous Integration|Continuous Integration]]


=== Modifying FreeCAD ===
=== Modifying FreeCAD ===
* Understanding [[The FreeCAD source code]]
* Understanding [[The FreeCAD source code|The FreeCAD source code]]
* [[Tracker#Submitting_patches | Submitting patches]]
* [[Tracker#Submitting_patches|Submitting patches]]
* Add [[Gui Command|Features]] to FreeCAD or a Workbench
* Add [[Gui Command|Features]] to FreeCAD or a Workbench
* [[Branding]] or ''how to give FreeCAD a unique look''
* [[Branding|Branding]] or ''how to give FreeCAD a unique look''
* [[Artwork]] we made for FreeCAD, that you can freely reuse
* [[Artwork|Artwork]] we made for FreeCAD, that you can freely reuse
* [[Artwork_Guidelines|Artwork guidelines]] standards for icons
* [[Artwork_Guidelines|Artwork guidelines]] standards for icons
* [[Localisation|Translating FreeCAD]]
* [[Localisation|Translating FreeCAD]]
* [[Extra python modules]], or ''how to extend python functionality within FreeCAD''
* [[Extra python modules|Extra python modules]], or ''how to extend python functionality within FreeCAD''
* [[Google Summer of Code]] get involved via Google's student support program
* [[Google Summer of Code|Google Summer of Code]] get involved via Google's student support program
* [[Fine-tuning]] shows different options and parameter switches that can overcome problems
* [[Fine-tuning|Fine-tuning]] shows different options and parameter switches that can overcome problems


* [[Translating an external workbench]]
* [[Translating an external workbench|Translating an external workbench]]


=== Module developer's guide ===
=== Module developer's guide ===
Line 102: Line 102:
to reach a state where we can compete with commercial software.
to reach a state where we can compete with commercial software.


* [[Development roadmap]]
* [[Development roadmap|Development roadmap]]


== Credits ==
== Credits ==
[[Contributors]]
[[Contributors|Contributors]]

{{Userdocnavi}}


[[Category:Hubs]]
[[Category:Hubs]]

Revision as of 12:39, 24 November 2019

150
150

Это место для тех, кто хочет принять участие в разработке программного обеспечения FreeCAD

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 forum and someone will look into it (or, if you are feeling bold, why not edit this page directly!).


Документация для разработчиков

Документация для разработчиков включает в себя следующие разделы

Do it yourself: Compiling FreeCAD

Packaging

Packaging consists in taking the compiled binaries and Python source files of FreeCAD, and distributing them for use in a particular system.

Build Support Tools

Modifying FreeCAD

Module developer's guide

FreeCAD Mod Dev Guide: This is an ebook under writing on github, please fork and send pull request to contribute.

Chapters:

  • Overview and Software Architecture
  • Source code structure
  • Base and App module
  • Gui module
  • Python wrapping
  • Modular design
  • Fem module source analysis (mixed C++ and Python)
  • Development of CFD Module (pure Python)
  • Module testing and debugging
  • Contribute code with git

Latest pdf preview can be downoaded from pdf folder of this git repo

Internals

OpenCascade Documentation

OpenCascade is a software development platform for 3D surface and solid modeling, CAD data exchange, and visualization, mostly in the form of C++ libraries.

File format

File Format FCStd. The files created with FreeCAD are .zip files that include the BREP geometry, as well as XML data that describes the document.

Sketcher solver

The sketcher solver isn't perfect, as there are some issues with numerical precision when using large values, see Adventure of fixing sketcher solver for large sketches.

The development of a new solver architecture could improve the way the solver is used both in the Sketcher Workbench, and for assembly of 3D bodies. See Reimplementing constraint solver.

Roadmap

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.

Credits

Contributors