FreeCAD-Doc/localwiki/Third_Party_Tools-de.html
2018-07-19 18:47:02 -05:00

84 lines
6.2 KiB
HTML

<html><head><title>Third Party Tools/de</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Third Party Tools/de</h1></div>
<div id="mw-content-text" lang="de" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Tool_Page"><span class="tocnumber">1</span> <span class="toctext">Tool Page</span></a>
<ul>
<li class="toclevel-2 tocsection-2"><a href="#Platform_independend_tools"><span class="tocnumber">1.1</span> <span class="toctext">Platform independend tools</span></a>
<ul>
<li class="toclevel-3 tocsection-3"><a href="#Qt-Toolkit"><span class="tocnumber">1.1.1</span> <span class="toctext">Qt-Toolkit</span></a></li>
<li class="toclevel-3 tocsection-4"><a href="#InkScape"><span class="tocnumber">1.1.2</span> <span class="toctext">InkScape</span></a></li>
<li class="toclevel-3 tocsection-5"><a href="#Doxygen"><span class="tocnumber">1.1.3</span> <span class="toctext">Doxygen</span></a></li>
<li class="toclevel-3 tocsection-6"><a href="#The_Gimp"><span class="tocnumber">1.1.4</span> <span class="toctext">The Gimp</span></a></li>
</ul>
</li>
<li class="toclevel-2 tocsection-7"><a href="#Tools_on_Windows"><span class="tocnumber">1.2</span> <span class="toctext">Tools on Windows</span></a>
<ul>
<li class="toclevel-3 tocsection-8"><a href="#Visual_Studio_8_Express"><span class="tocnumber">1.2.1</span> <span class="toctext">Visual Studio 8 Express</span></a></li>
<li class="toclevel-3 tocsection-9"><a href="#CamStudio"><span class="tocnumber">1.2.2</span> <span class="toctext">CamStudio</span></a></li>
<li class="toclevel-3 tocsection-10"><a href="#Tortoise_SVN"><span class="tocnumber">1.2.3</span> <span class="toctext">Tortoise SVN</span></a></li>
<li class="toclevel-3 tocsection-11"><a href="#StarUML"><span class="tocnumber">1.2.4</span> <span class="toctext">StarUML</span></a></li>
</ul>
</li>
<li class="toclevel-2 tocsection-12"><a href="#Tools_on_Linux"><span class="tocnumber">1.3</span> <span class="toctext">Tools on Linux</span></a></li>
</ul>
</li>
</ul>
</div>
<h2><span class="mw-headline" id="Tool_Page">Tool Page</span></h2>
<p>For every serious software development you need tools. Here is a list of tools we use to develop FreeCAD:
</p>
<h3><span class="mw-headline" id="Platform_independend_tools">Platform independend tools</span></h3>
<h4><span class="mw-headline" id="Qt-Toolkit">Qt-Toolkit</span></h4>
<p>The Qt-toolkit is a state of the art, plattform independend user interface design tool. It is contained in the <a href="Third_Party_Libraries.html" title="Third Party Libraries">LibPack</a> of FreeCAD, but can also be downloaded at <a rel="nofollow" class="external text" href="http://qt-project.org/downloads">Qt project</a>.
</p>
<h4><span class="mw-headline" id="InkScape">InkScape</span></h4>
<p>Great vector drawing programm. Adhers to the SVG standard and is used to draw Icons and Pictures. Get it at <a rel="nofollow" class="external text" href="http://www.inkscape.org">www.inkscape.org</a>.
</p>
<h4><span class="mw-headline" id="Doxygen">Doxygen</span></h4>
<p>A very good and stable tool to generate source documentation from the .h and .cpp files.
</p>
<h4><span class="mw-headline" id="The_Gimp">The Gimp</span></h4>
<p>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.
</p><p>Get the GIMP here: <a rel="nofollow" class="external text" href="http://www.gimp.org/">www.gimp.org</a>
</p>
<h3><span class="mw-headline" id="Tools_on_Windows">Tools on Windows</span></h3>
<h4><span class="mw-headline" id="Visual_Studio_8_Express">Visual Studio 8 Express</span></h4>
<p>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$.
</p><p>So the Express edition is hard to find. But you might try <a rel="nofollow" class="external text" href="http://msdn.microsoft.com/vstudio/express/visualc/default.aspx">this link</a>
</p>
<h4><span class="mw-headline" id="CamStudio">CamStudio</span></h4>
<p>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.
</p><p>See <a rel="nofollow" class="external text" href="http://camstudio.org/">camstudio.org</a> for details.
</p><p><br />
</p>
<h4><span class="mw-headline" id="Tortoise_SVN">Tortoise SVN</span></h4>
<p>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.
</p><p>You find ToroiseSVN on <a rel="nofollow" class="external text" href="http://tortoisesvn.tigris.org/">tortoisesvn.tigris.org</a>.
</p>
<h4><span class="mw-headline" id="StarUML">StarUML</span></h4>
<p>A full featured Open Source UML programm. It has a lot of features of the big ones, including reverse engeniering C++ source code....
</p><p>Download here: <a rel="nofollow" class="external text" href="http://staruml.sourceforge.net/en/">staruml.sourceforge.net</a>
</p><p><br />
</p>
<h3><span class="mw-headline" id="Tools_on_Linux">Tools on Linux</span></h3>
<p>TODO
</p>
<div style="clear:both"></div>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Third_Party_Tools/de&amp;oldid=144200">http://www.freecadweb.org/wiki/index.php?title=Third_Party_Tools/de&amp;oldid=144200</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>