Developer hub/pl: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 63: Line 63:
* [[Google_Summer_of_Code_2023|Google Summer of Code]] zaangażuj się poprzez program wsparcia studentów Google.
* [[Google_Summer_of_Code_2023|Google Summer of Code]] zaangażuj się poprzez program wsparcia studentów Google.
* [[Fine-tuning/pl|Dostrajanie parametrów]] pokazuje różne opcje i przełączniki parametrów, które mogą pokonać problemy
* [[Fine-tuning/pl|Dostrajanie parametrów]] pokazuje różne opcje i przełączniki parametrów, które mogą pokonać problemy
* [[Wrapping_a_Cplus_class_in_Python/pl|Zawijanie klasy Cplusplus w środowisku Python]] pokazuje, jak stworzyć w Pythonie wrapper dla klasy C++
* [[Wrapping_a_Cplusplus_class_in_Python/pl|Zawijanie klasy Cplusplus w środowisku Python]] pokazuje, jak stworzyć w Pythonie wrapper dla klasy C++
* [[Translating_an_external_workbench/pl|Tłumaczenie interfejsu zewnętrznych środowisk pracy]].


* [[Translating_an_external_workbench/pl|Tłumaczenie interfejsu zewnętrznych środowisk pracy]].
* [[Translating_an_external_workbench/pl|Tłumaczenie interfejsu zewnętrznych środowisk pracy]].

Revision as of 16:01, 25 February 2023


To jest miejsce, które należy odwiedzić, jeśli chcesz przyczynić się do rozwoju programu FreeCAD.

Te strony są we wczesnej fazie rozwoju. Jeśli nie możesz znaleźć informacji, której szukasz, lub znalazłeś przydatne informacje gdzieś, gdzie nie zamieściliśmy linków, zostaw komentarz na forum, a ktoś się tym zajmie (lub jeśli jesteś odważny, dlaczego nie edytować tej strony bezpośrednio!).

Dokumentacja programisty

Dokumentacja dla programisty składa się z następujących części:

Kompilacja programu FreeCAD

Przygotowanie pakietów

Paczkowanie polega na pobraniu skompilowanych binariów i plików źródłowych Python programu FreeCAD i rozpowszechnieniu ich w celu wykorzystania w konkretnym systemie.

Narzędzia wspomagające tworzenie wydania

Modyfikacja programu FreeCAD

Przewodnik dla twórców modułów

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

Wewnętrzne

Dokumentacja OpenCascade

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

Format plików

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.

Solver szkicownika

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.

Plan rozwoju

FreeCAD, choć użyteczny w pewnych obszarach, jest na początku długiej drogi do głównego nurtu CAD. Jest jeszcze wiele do zrobienia aby osiągnąć stan, w którym będziemy mogli konkurować z oprogramowaniem komercyjnym.

FreeCAD 1.0 Development Cycle

Społeczność