Developer hub/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 24: Line 24:
* [[Start up and Configuration/es|Inicio y configuración]]
* [[Start up and Configuration/es|Inicio y configuración]]
* [[Source documentation/es|Documentación del código fuente]]
* [[Source documentation/es|Documentación del código fuente]]

=== Packaging ===

* [[Debian_development|Debian development]]
* [[Debian_Unstable|Debian Unstable]]
* [[Gi_buildpackage|Git buildpackage]]


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 41: Line 47:
* [[Extra python modules/es|Módulos de Python extra]], o ''cómo extender la funcionalidad de Python con'' FreeCAD
* [[Extra python modules/es|Módulos de Python extra]], o ''cómo extender la funcionalidad de Python con'' FreeCAD
</div>
</div>

* [[Translating an external workbench]]


=== Module developer's guide ===
=== Module developer's guide ===
Line 59: Line 67:
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


=== Internals ===
* [[Translating an external workbench]]


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 75: Line 83:
* [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] (currently containing ?? Chinese spam)
* [http://opencascade.wikidot.com The openCascade wiki] (currently containing ?? Chinese spam)

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


== Mapa de desarrollo ==
== Mapa de desarrollo ==

Revision as of 09:33, 13 November 2019

150
150

Este es el lugar al que acudir si quieres contribuir al desarrollo del software FreeCAD.

Estas páginas están en una etapa inicial de desarrollo. Si no encuentras la información que estas buscando, o si has encontrado información útil que no tenemos vinculada, entonces por favor deja un comentario en la página de discusión y alguien la verá (o, si eres lo suficientemente atrevido, por qué no editar esta página directamente!).


Documentación para desarrolladores

La documentación para desarrolladores comprende las siguientes secciones:

Hazlo tu mismo: Compilando FreeCAD

Packaging

Herramientas de soporte a la construcción

Modificando 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

Documentación de OpenCascade

  • de Roman Lygin's
  • de clases on-line. Este es una ayuda on-line de la última versión que ofrecían de este modo, no está actualizada pero sigue siendo útil y relevante. Quizá es más conveniente que descargar un único archivo, que es lo que tienes que hacer en las versiones más recientes.
  • wiki de 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.

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.

Mapa de desarrollo

FreeCAD, es utilizable en ciertas áreas, está al principio de un largo camino dentro de la corriente del CAD. Aún queda mucho que hacer para alcanzar un estado en el que podamos competir con el software comercial.

Créditos

Créditos