Instrumente de la terțe părți

From FreeCAD Documentation
Revision as of 12:44, 21 August 2018 by Luc (talk | contribs) (Created page with "Deși, ediția Express este greu de găsit. Dar, ai putea încerca la [http://msdn.microsoft.com/vstudio/express/visualc/default.aspx this link]")

Tool Page

Pentru fiecare dezvoltare serioasă de software aveți nevoie de unelte. Iată o listă de instrumente pe care le folosim pentru a dezvolta FreeCAD:

Platform independend tools

Qt-Toolkit

Qt-toolkit este un instrument de proiectare a interfeței utilizator independent de platformă. Acesta este conținut în LibPack a lui FreeCAD, dar poate fi descărcat de asemenea de la Qt project.

InkScape

Excelent program de desen vectorial. Aderă la standardul SVG și este folosit pentru a desena Iconițe și Imagini. Luați-l de la www.inkscape.org.

Doxygen

Un instrument foarte bun și stabil pentru a genera documentație plecând de la fișierele sursă .h și .cpp.

The Gimp

Nu prea sunt multe de spus despre celebrul programul de manipulare a imaginii Gnu. În afară de aceasta, poate administra și fișierele .xpm, care reprezintă o modalitate foarte convenabilă de a crea pictogramele în programele QT Toolkit. formatul XPM este în esență C-Code care poate fi compilat într-un program ca Qt -Toolkit.

Get the GIMP here: www.gimp.org

Tools on Windows

Visual Studio 8 Express

Deși VC8 este pentru dezvoltarea în C ++ nu este cu adevărat un pas înainte, deoarece VisualStudio 6 (mai degrabă un mare pas înapoi), este un sistem de dezvoltare gratuit pe Windows. Pentru aplicațiile native Win32 trebuie să descărcați PlatformSDK din M $, ediția Express este dificil de găsit.

Deși, ediția Express este greu de găsit. Dar, ai putea încerca la this link

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.

See camstudio.org for details.


Tortoise SVN

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.

You find ToroiseSVN on tortoisesvn.tigris.org.

StarUML

A full featured Open Source UML programm. It has a lot of features of the big ones, including reverse engeniering C++ source code....

Download here: staruml.sourceforge.net


Tools on Linux

TODO

Third Party Libraries
Start up and Configuration