Developer hub/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "== Документация для разработчиков == Документация для разработчиков включает в себя следующие р...")
(Updating to match new version of source page)
(48 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
[[Image:Crystal_Clear_app_tutorials.png|64px]]
----
__NOTOC__


Это раздел для тех, кто хочет принять участие в разработке FreeCAD.
[[Image:Crystal_Clear_app_tutorials.png|right|150]]


Этот раздел находятся в стадии разработки. Если вы не можете найти информацию, которую ищете, или нашли полезную информацию, на которую мы не сослались, пожалуйста, оставьте комментарий на [http://forum.freecadweb.org/index.php?sid=5f84150e79db8842e277b042077097ff форуме] и кто-нибудь заглянет в него (или, если вы уверены в своих знаниях, почему бы не отредактировать эту страницу самостоятельно!).
Это место для тех, кто хочет принять участие в разработке программного обеспечения 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 [http://forum.freecadweb.org/index.php?sid=5f84150e79db8842e277b042077097ff forum] and someone will look into it (or, if you are feeling bold, why not edit this page directly!).


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


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


* [https://github.com/FreeCAD/FreeCAD Github репозиторий]. Если вы новичок, в git изучите [[Source code management/ru|управление исходным кодом]]
=== Do it yourself: Compiling FreeCAD ===
* [[Compile_on_Docker/ru|Компиляция с Docker]]
* [[Source code management]]
* [[Compile_on_Windows/ru|Компиляция в Windows]]
* [[Tracker|Find assistance]] when you have a problem or think you may have found a bug
* [[Compile_on_Linux/ru|Компиляция в Linux]]
* [[CompileOnWindows|Compiling on Windows]]
* [[Compile_on_MacOS/ru|Компиляция в MacOS]]
* [[CompileOnUnix|Compiling on Unix]]
* [[Licence/ru|Детали лицензий]] про FreeCAD лицензии
* [[CompileOnMac|Compiling on Mac OS X]]
* [[Third Party Libraries/ru|Сторонние Библиотеки]]
* [[Licence|Licence details]] about the FreeCAD licences
* [[Third Party Libraries]]
* [[Third Party Tools/ru|Сторонние Инструменты]]
* [[Start up and Configuration/ru|Запуск и Конфигурирование]]
* [[Third Party Tools]]
* [[Source documentation/ru|Документирование исходников]]
* [[Start up and Configuration]]
* Используйте [[Tracker/ru|Систему отслеживания Багов]] когда у вас есть проблема или вы думаете, что, возможно, нашли ошибку
* [[Source documentation]]


=== Build Support Tools ===
=== Упаковывание ===
* The [[FreeCAD Build Tool]]
** [[Module_Creation|Adding an application module]] to FreeCAD
* [[Debugging]] FreeCAD
* [[Testing]] FreeCAD
* [[Compiling (Speeding up)]] FreeCAD
* [[Continuous Integration]]


[[Packaging|Упаковка]] заключается в том, чтобы взять скомпилированные двоичные файлы и исходные файлы Python FreeCAD и распространить их для использования в определенной системе.
=== Modifying FreeCAD ===

* Understanding [[The FreeCAD source code]]
* [[Linux_packaging/ru|Упаковывание в Linux]]
* Add [[Gui Command|Features]] to FreeCAD or a Workbench
** [[Debian_development/ru|Debian разработка]]
* [[Branding]] or ''how to give FreeCAD a unique look''
** [[Debian_Unstable/ru|Debian Unstable]]
* [[Artwork]] we made for FreeCAD, that you can freely reuse
** [[Git_buildpackage/ru|Git build пакет]]
* [[Artwork_Guidelines]] standards for icons
* [[Windows_packaging/ru|Упаковывание в Windows]]
* [[Localisation|Translating FreeCAD]]
* [[MacOS_packaging/ru|Упаковывание в MacOS]]
* [[Extra python modules]], or ''how to extend python functionality within FreeCAD''

*[[Google Summer of Code]] get involved via Google's student support program
=== Инструменты Поддержки Сборки ===

<div class="mw-translate-fuzzy">
* The [[FreeCAD Build Tool/ru|Инструметы сборки FreeCAD]]
** [[Module_Creation/ru|Создание Модулей]] в FreeCAD
* [[Debugging/ru|Отладка]] FreeCAD
* [[Testing/ru|Тестирование]] FreeCAD
* [[Compiling (Speeding up)/ru|Компиляция FreeCAD (способы ускорения)]]
* [[Continuous Integration/ru|(CI) Непрерывная Интеграция]]
</div>

=== Модифицирование FreeCAD ===

* Объяснение структуры [[The FreeCAD source code/ru|исходного кода FreeCAD]]
* [[Tracker/ru#Отправка патчей|Отправка патчей]]
* Добавление [[Gui Command/ru|особенностей]] в FreeCAD или в Верстак
* [[Branding/ru|Брендинг]] или ''как придать FreeCAD уникальный вид''
* [[Artwork/ru|Иллюстрации]], которые мы создали для FreeCAD и которые вы можете свободно использовать повторно
* [[Artwork_Guidelines/ru|Руководство по оформлению]] "стандарты" для иконок
* [[Localisation/ru|Локализация и Перевод FreeCAD]]
* [[Extra python modules/ru|Дополнительные модули Python]], или ''как как разширить возможности python внутри FreeCAD''
* [[Google Summer of Code|Google Summer of Code]] для тех кто хочет принять участие в программе поддержки студентов Google
* [[Fine-tuning/ru|Тонкая настройка]] содержит информацию о различных параметрах и переключателях параметров, которые могут помоч устранить некоторые проблемы
* [[Wrapping_a_Cplusplus_class_in_Python/ru|Обертывание C++ класса в Python]] содержит информацию о том, как создать Python обертку для C++ класса

* [[Translating an external workbench/ru|Перевод внешних верстаков]]

=== Руководство для разработчика модуля ===


=== Module developer's guide ===
[https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide FreeCAD Mod Dev Guide]: This is an ebook under writing on github, please fork and send pull request to contribute.
[https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide FreeCAD Mod Dev Guide]: This is an ebook under writing on github, please fork and send pull request to contribute.


Line 58: Line 82:
Latest pdf preview can be downoaded from [https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide/tree/master/pdf pdf folder] of this git repo
Latest pdf preview can be downoaded from [https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide/tree/master/pdf pdf folder] of this git repo


=== Внутренние устройство ===
=== OpenCascade Documentation ===

==== 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.

* [http://opencascade.wikidot.com/romansarticles Roman Lygin's tutorials]
* [http://opencascade.wikidot.com/romansarticles Roman Lygin's tutorials]
* [https://dev.opencascade.org/doc/overview/html/index.html Full Online Documentation]
* [https://dev.opencascade.org/cdoc/overview/html/index.html Full Online Documentation]
* [https://dev.opencascade.org/doc/refman/html/index.html Reference Manual]
* [https://dev.opencascade.org/doc/refman/html/index.html Reference Manual]
* [http://opencascade.wikidot.com The openCascade wiki]
* [http://opencascade.wikidot.com The openCascade wiki] (currently containing ?? Chinese spam)

==== Про формат файла ====

<div class="mw-translate-fuzzy">
[[File_Format_FCStd|Формат файла FCStd]]. Файлы, созданные с помощью FreeCAD, являются {{incode|.zip}} файлами, включающими в себя BREP геометрию, а также XML-данные, описывающие документ.
</div>

==== Решатель Эскизов (Sketcher solver) ====

* [https://forum.freecadweb.org/viewtopic.php?f=10&t=36355 Sketcher Solver Architecture Booklet] (forum thread), [https://github.com/abdullahtahiriyo/FreeCADBooks/tree/master/FreeCAD_Solver_Architecture source] in GitHub.
* [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Sketcher/App/planegcs/ PlaneGCS solver] in the FreeCAD source code; important files are [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Sketcher/App/planegcs/GCS.cpp GCS.cpp] and [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Sketcher/App/planegcs/SubSystem.cpp SubSystem.cpp].
* [https://forum.freecadweb.org/viewtopic.php?f=9&t=29192 Recent Several Sketcher improvements].

The sketcher solver isn't perfect, as there are some issues with numerical precision when using large values, see [https://forum.freecadweb.org/viewtopic.php?f=10&t=40502 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|Sketcher Workbench]], and for assembly of 3D bodies. See [https://forum.freecadweb.org/viewtopic.php?f=20&t=40525 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
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.
to reach a state where we can compete with commercial software.

[[0.20_Development_Cycle|0.20 Development Cycle]]

== Сообщество ==

* [irc://chat.freenode.net/freecad IRC channel] ,synchronized with [https://gitter.im/FreeCAD/FreeCAD gitter channel]
* [https://forum.freecadweb.org/viewforum.php?f=6 Development forum]


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


== Credits ==
== Авторы ==
[[Contributors]]
[[Contributors/ru|Участники проекта]]


{{Userdocnavi{{#translation:}}}}
[[Category:Hubs]]
[[Category:Developer Documentation]]
[[Category:Hubs{{#translation:}}]]
[[Category:Developer Documentation{{#translation:}}]]

Revision as of 10:40, 22 January 2022



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

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

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

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

Компиляция FreeCAD

Упаковывание

Упаковка заключается в том, чтобы взять скомпилированные двоичные файлы и исходные файлы Python FreeCAD и распространить их для использования в определенной системе.

Инструменты Поддержки Сборки

Модифицирование FreeCAD

Руководство для разработчика модуля

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

Внутренние устройство

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.

Про формат файла

Формат файла FCStd. Файлы, созданные с помощью FreeCAD, являются .zip файлами, включающими в себя BREP геометрию, а также XML-данные, описывающие документ.

Решатель Эскизов (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.

Дорожная карта проекта

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

Сообщество

Авторы

Участники проекта