Third Party Tools/es: Difference between revisions

From FreeCAD Documentation
m (Created page with '== Tool Page == For every serious software development you need tools. Here is a list of tools we use to develop FreeCAD: === Platform independend tools === ==== Qt-Toolkit ==…')
 
(Updating to match new version of source page)
(35 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
== Tool Page ==
For every serious software development you need tools. Here is a list of tools we use to develop FreeCAD:


{{Docnav
=== Platform independend tools ===
|[[Third_Party_Libraries|Third Party Libraries]]
|[[Start_up_and_Configuration|Start up and Configuration]]
}}

{{TOCright}}

== Página de herramientas ==
Para cualquier desarrollo de software serio necesitas herramientas. Aquí está una lista de las herramientas que utilizamos para desarrollar FreeCAD:

=== Herramientas independientes de la plataforma ===
==== Qt-Toolkit ====
==== Qt-Toolkit ====
The Qt-toolkit is a state of the art, plattform independend user interface design tool. It is contained in the [[LibPack]] of FreeCAD, but can also be downloaded at [http://www.trolltech.com www.trolltech.com].
Qt-toolkit es una avanzada herramienta de diseño de interfaces de usuario independiente de la plataforma. Está contenida en [[Third_Party_Libraries/es#LibPack|LibPack]] de FreeCAD, pero también puede descargarse en [http://qt-project.org/downloads Qt project].


<div class="mw-translate-fuzzy">
==== InkScape ====
==== InkScape ====
Great vector drawing programm. Adhers to the SVG standard and is used to draw Icons and Pictures. Get it at [http://www.inkscape.org www.inkscape.org].
Gran programa de diseño vectorial. Se utiliza para dibujar iconos e imágenes SVG. Descargalo en [http://www.inkscape.org www.inkscape.org].
</div>


==== Doxygen ====
==== Doxygen ====
Una herramienta muy buena y estable para generar documentación del codigo a partir de los archivos .h y .cpp.
A very good and stable tool to generate source documentation from the .h and .cpp files.


<div class="mw-translate-fuzzy">
==== The Gimp ====
==== Gimp ====
Not much to say about the Gnu Image Manipulation Program. Besides it can handle .xpm files which is a very convenient way to handle Icons in QT Programms. XPM is basicly C-Code which can be compiled into a programme.
No hay mucho que decir sobre el programa de manipulación de imágenes de GNU. Además de que puede manejar archivos .xpm que es un modo muy conveniente de manejar iconos en los programas de QT. XPM es básicamente código en C que puede compilarse en un programa.
</div>


Get the GIMP here: [http://www.gimp.org/ www.gimp.org]
Consigue GIMP aquí: [http://www.gimp.org/ www.gimp.org]


=== Tools on Windows ===
==== Gitkraken ====
This is a proprietary git GUI that is very helpful to learn how git works if you're interested in wanting to contribute to FreeCAD. Relevant pages to research:
* [[Gitkraken]]
* [[Github]]


==== Visual Studio 8 Express ====
==== OBS Studio ====
Free and open source software for video recording and live streaming.
Although VC8 is for C++ development not really a step forward since VisualStudio 6 (IMO a big step back), its a free development system on Windows. For native Win32 applications you need to download the PlatformSDK from M$.
More details on official website : [https://obsproject.com/ obsproject.com]


==== OpenCamLib ====
So the Express edition is hard to find. But you might try [http://msdn.microsoft.com/vstudio/express/visualc/default.aspx this link]
[[OpenCamLib]] (OCL) is an open source library aiming to provide computer aided manufacturing (CAM) algorithms. FreeCAD uses OCL in the experimental 3D surface path operations and other experimental features.


==== CamStudio ====
Is a Open Source tool to record Screencasts (Webcasts). Its a very good tool to create tutorials by recording them. Its far not so boring as writing documentation.


<div class="mw-translate-fuzzy">
See [http://camstudio.org/ camstudio.org] for details.
==== StarUML ====


Un programa UML de código libre lleno de características. Tiene un montón de características de las grandes, incluyendo ingeniería inversa del código fuente C++....
</div>


<div class="mw-translate-fuzzy">
==== Tortoise SVN ====
Descargalo aquí: [http://staruml.sourceforge.net/en/ staruml.sourceforge.net]
This is a very great tool. It makes using Subversion (our version control system on sf.net) a real pleasure. You can throught out the explorer integration, easily manage Revisions, check on Diffs, resolve Confilcts, make branches, and so on.... The commit dialog itself is a piece of art. It gives you an overview over your changed files and allows you to put them in the commit or not. That makes it easy to bundle the changes to logical units and give them an clear commit message.
</div>


=== Herramientas en Windows ===
You find ToroiseSVN on [http://tortoisesvn.tigris.org/ tortoisesvn.tigris.org].


<div class="mw-translate-fuzzy">
==== StarUML ====
==== Visual Studio 8 Express ====
Aunque VC8 es para desarrollos en C++ no ha avanzado mucho desde VisualStudio 6 (en mi opinión ha sido un gran paso atrás), es un sistema de desarrollo libre en Windows. Para aplicaciones nativas Win32 necesitas descargar la PlatformSDK de M$.
</div>


<div class="mw-translate-fuzzy">
A full featured Open Source UML programm. It has a lot of features of the big ones, including reverse engeniering C++ source code....
Así que la Express edition es difícil de encontrar. Pero podrías probar [http://msdn.microsoft.com/vstudio/express/visualc/default.aspx este enlace]

</div>
Download here: [http://staruml.sourceforge.net/en/ staruml.sourceforge.net]


==== CamStudio ====
Es una herramienta de código libre para grabar Screencasts (Webcasts). Es una herramienta muy buena para crear tutoriales grabándolos. No es tan aburrido como escribir documentación.


Mira [http://camstudio.org/ camstudio.org] para más detalles.
=== Tools on Linux ===


=== Herramientas en Linux ===
TODO


PENDIENTE
{{docnav|Third Party Libraries|Start up and Configuration}}


<div class="mw-translate-fuzzy">
{{languages | {{se|Third Party Tools/se}} {{es|Third Party Tools/es}} }}
{{docnav/es|Third Party Libraries/es|Start up and Configuration/es}}
</div>


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

Revision as of 20:53, 22 June 2020

Página de herramientas

Para cualquier desarrollo de software serio necesitas herramientas. Aquí está una lista de las herramientas que utilizamos para desarrollar FreeCAD:

Herramientas independientes de la plataforma

Qt-Toolkit

Qt-toolkit es una avanzada herramienta de diseño de interfaces de usuario independiente de la plataforma. Está contenida en LibPack de FreeCAD, pero también puede descargarse en Qt project.

InkScape

Gran programa de diseño vectorial. Se utiliza para dibujar iconos e imágenes SVG. Descargalo en www.inkscape.org.

Doxygen

Una herramienta muy buena y estable para generar documentación del codigo a partir de los archivos .h y .cpp.

Gimp

No hay mucho que decir sobre el programa de manipulación de imágenes de GNU. Además de que puede manejar archivos .xpm que es un modo muy conveniente de manejar iconos en los programas de QT. XPM es básicamente código en C que puede compilarse en un programa.

Consigue GIMP aquí: www.gimp.org

Gitkraken

This is a proprietary git GUI that is very helpful to learn how git works if you're interested in wanting to contribute to FreeCAD. Relevant pages to research:

OBS Studio

Free and open source software for video recording and live streaming. More details on official website : obsproject.com

OpenCamLib

OpenCamLib (OCL) is an open source library aiming to provide computer aided manufacturing (CAM) algorithms. FreeCAD uses OCL in the experimental 3D surface path operations and other experimental features.


StarUML

Un programa UML de código libre lleno de características. Tiene un montón de características de las grandes, incluyendo ingeniería inversa del código fuente C++....

Descargalo aquí: staruml.sourceforge.net

Herramientas en Windows

Visual Studio 8 Express

Aunque VC8 es para desarrollos en C++ no ha avanzado mucho desde VisualStudio 6 (en mi opinión ha sido un gran paso atrás), es un sistema de desarrollo libre en Windows. Para aplicaciones nativas Win32 necesitas descargar la PlatformSDK de M$.

Así que la Express edition es difícil de encontrar. Pero podrías probar este enlace

CamStudio

Es una herramienta de código libre para grabar Screencasts (Webcasts). Es una herramienta muy buena para crear tutoriales grabándolos. No es tan aburrido como escribir documentación.

Mira camstudio.org para más detalles.

Herramientas en Linux

PENDIENTE

Third Party Libraries/es
Start up and Configuration/es