Developer hub/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 49: Line 49:
* Объяснение структуры [[The FreeCAD source code/ru|исходного кода FreeCAD]]
* Объяснение структуры [[The FreeCAD source code/ru|исходного кода FreeCAD]]
* [[Tracker/ru#Отправка патчей|Отправка патчей]]
* [[Tracker/ru#Отправка патчей|Отправка патчей]]
* Add [[Gui Command/ru|Features]] to FreeCAD or a Workbench
* Добавление [[Gui Command/ru|особенностей]] в FreeCAD или в Верстак
* [[Branding/ru|Branding]] or ''how to give FreeCAD a unique look''
* [[Branding/ru|Брендинг]] или ''как придать FreeCAD уникальный вид''
* [[Artwork/ru|Иллюстрации]], которые мы создали для FreeCAD и которые вы можете свободно использовать повторно
* [[Artwork/ru|Artwork]] we made for FreeCAD, that you can freely reuse
* [[Artwork_Guidelines/ru|Artwork guidelines]] standards for icons
* [[Artwork_Guidelines/ru|Руководство по оформлению]] "стандарты" для иконок
* [[Localisation/ru|Translating FreeCAD]]
* [[Localisation/ru|Локализация и Перевод FreeCAD]]
* [[Extra python modules/ru|Extra python modules]], or ''how to extend python functionality within FreeCAD''
* [[Extra python modules/ru|Extra python modules]], or ''how to extend python functionality within FreeCAD''
* [[Google Summer of Code/ru|Google Summer of Code]] get involved via Google's student support program
* [[Google Summer of Code/ru|Google Summer of Code]] get involved via Google's student support program

Revision as of 23:45, 29 July 2021

150
150

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

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

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

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

Компиляция FreeCAD

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

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

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

Модифицирование 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