Developer hub/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}

[[Image:Crystal_Clear_app_tutorials.png|right|150]]
[[Image:Crystal_Clear_app_tutorials.png|64px]]
----


Acesta este locul unde veți veni dacă doriți să contribuiți la dezvoltarea software-ului FreeCAD.
Acesta este locul unde veți veni dacă doriți să contribuiți la dezvoltarea software-ului FreeCAD.
Line 20: Line 21:
* [[Source code management]]
* [[Source code management]]
* [[Tracker|Find assistance]] când aveți o problemă sau credeți că poate ați găsit un bug
* [[Tracker|Find assistance]] când aveți o problemă sau credeți că poate ați găsit un bug
* [[CompileOnWindows|Compiling on Windows]]
* [[Compile_on_Windows|Compiling on Windows]]
* [[CompileOnUnix|Compiling on Unix]]
* [[Compile_on_Linux|Compiling on Unix]]
* [[CompileOnMac|Compiling on Mac OS X]]
* [[Compile_on_MacOS|Compiling on Mac OS X]]
* [[Licence|Licence details]] despre licența FreeCAD
* [[License|License details]] despre licența FreeCAD
* [[Third Party Libraries]]
* [[Third Party Libraries]]
* [[Third Party Tools]]
* [[Third Party Tools]]
Line 45: Line 46:
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
=== Construiți instrumente de sprijin ===
=== Construiți instrumente de sprijin ===
* The [[FreeCAD Build Tool]]
* The [[FreeCAD_Build_Tool/ro|FreeCAD Build Tool]]
** [[Module_Creation|Adding an application module]] to FreeCAD
** [[Workbench_creation/ro|Adding an application module]] to FreeCAD
* [[Debugging]] FreeCAD
* [[Debugging/ro|Debugging]] FreeCAD
* [[Testing]] FreeCAD
* [[Testing/ro|Testing]] FreeCAD
* [[Compiling (Speeding up)]] FreeCAD
* [[Compiling (Speeding up)/ro|Compiling (Speeding up)]] FreeCAD
* [[Continuous Integration]]
* [[Continuous Integration/ro|Continuous Integration]]
</div>
</div>


Line 93: Line 94:
=== Internals ===
=== Internals ===


<span id="OpenCascade_Documentation"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
=== Documentație OpenCascade ===
=== Documentație OpenCascade ===
Line 110: Line 112:
==== File format ====
==== File format ====


[[File_Format_FCStd|File Format FCStd]]. The files created with FreeCAD are {{incode|.zip}} files that include the [[https://en.wikipedia.org/wiki/Boundary_representation|BREP]] geometry, as well as XML data that describes the document.
[[File_Format_FCStd|File Format FCStd]]. The files created with FreeCAD are {{incode|.zip}} files that include the [https://en.wikipedia.org/wiki/Boundary_representation BREP] geometry, as well as XML data that describes the document.


==== Sketcher solver ====
==== Sketcher solver ====
Line 130: Line 132:
</div>
</div>


[[0.20_Development_Cycle|0.20 Development Cycle]]
[[FreeCAD_1.0_Development_Cycle|FreeCAD 1.0 Development Cycle]]


== Community ==
== Community ==


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


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Latest revision as of 16:30, 4 April 2024


Acesta este locul unde veți veni dacă doriți să contribuiți la dezvoltarea software-ului FreeCAD.

Aceste pagini sunt în stadiu incipient de dezvoltare. Dacă nu găsiți informațiile pe care le căutați, sau aveți invormații utile undeva unde nu am făcut link-ul, atunci vă rog lăsați un comentariu pe forum și cineva se va uita acole la el (sau, dacă te simți îndrăzneț, de ce să nu editezi direct această pagină!).

Developer Documentation

Documentație Dezvoltatori

Documentația dezvoltatorului a inclus următoarele secțiuni:

Compiling FreeCAD

Fă-o singur: Compilare 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

Construiți instrumente de sprijin

Modifying FreeCAD

Modificarea FreeCAD

Module developer's guide

Ghidul deszvoltatorului de Module

FreeCAD Mod Dev Guide: Aceasta este o carte electronică scrisă pe github. "Este un proiect colaborativ și sunteți binevenit să adăugați îmbunătățiri" Vă rugăm să ne trimiteți cererea dvs. de a vă aduce contribuția.

Capitole:

  • 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

Cel mai recent preview pdf poate fi descărcat din depozitul: gitpdf folder

Internals

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

Foaie de parcurs

FreeCAD, deși utilizabilă în anumite domenii, este la începutul unei lungi drumuri în marele curent CAD. Mai sunt încă multe de făcut pentru a ajunge la o stare în care putem concura cu software comercial.

FreeCAD 1.0 Development Cycle

Community

Credits

Contributors