Developer hub/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "=== Компиляция FreeCAD ===")
(Created page with "* [https://github.com/FreeCAD/FreeCAD Github репозиторий]. Если вы новичок, в git изучите Source code managemen *...")
Line 13: Line 13:
=== Компиляция FreeCAD ===
=== Компиляция FreeCAD ===


* [https://github.com/FreeCAD/FreeCAD Github repo]. If you are new to git, read [[Source code management|Source code management]]
* [https://github.com/FreeCAD/FreeCAD Github репозиторий]. Если вы новичок, в git изучите [[Source code management/ru|Source code managemen]]
* [[Compile_on_Docker|Compile with Docker]]
* [[Compile_on_Docker/ru|Compile with Docker]]
* [[Compile_on_Windows|Compiling on Windows]]
* [[Compile_on_Windows/ru|Compiling on Windows]]
* [[Compile_on_Linux|Compiling on Linux]]
* [[Compile_on_Linux/ru|Compiling on Linux]]
* [[Compile_on_MacOS|Compiling on MacOS]]
* [[Compile_on_MacOS/ru|Compiling on MacOS]]
* [[Licence|Licence details]] about the FreeCAD licences
* [[Licence/ru|Licence details]] about the FreeCAD licences
* [[Third Party Libraries|Third Party Libraries]]
* [[Third Party Libraries/ru|Third Party Libraries]]
* [[Third Party Tools|Third Party Tools]]
* [[Third Party Tools/ru|Third Party Tools]]
* [[Start up and Configuration|Start up and Configuration]]
* [[Start up and Configuration/ru|Start up and Configuration]]
* [[Source documentation|Source documentation]]
* [[Source documentation/ru|Source documentation]]
* Use the [[Tracker|bug tracker]] when you have a problem or think you may have found a bug
* Use the [[Tracker/ru|bug tracker]] when you have a problem or think you may have found a bug


=== Packaging ===
=== Packaging ===

Revision as of 23:13, 29 July 2021

150
150

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

Этот раздел находятся в стадии разработки. Если вы не можете найти информацию, которую ищете, или нашли полезную информацию, на которую мы не сослались, пожалуйста, оставьте комментарий на форуме и кто-нибудь заглянет в него (или, если вы уверены в своих знаниях, почему бы не отредактировать эту страницу самостоятельно!).

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

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

Компиляция 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.

0.20 Development Cycle

Community

Credits

Contributors