Third Party Tools/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "Third Party Tools")
Line 1: Line 1:
== Tool Page ==
== Страница Инструментов ==
For every serious software development you need tools. Here is a list of tools we use to develop FreeCAD:
В процессе разработки серьезного програмного обеспечения, вам нужны инструменты. Вот список инструментов, которые мы использовали для разработки FreeCAD:


=== Platform independend tools ===
=== Платформо независимые инструменты ===
==== Qt-Toolkit ====
==== Qt-Toolkit ====
Инструментарий Qt настоящее произведение искуссва, платформа независомый инструмент для проектирования пользовательского интерфейса. Он содержится в [[Third Party Libraries|LibPack]] FreeCAD, а также его можно скачать с [http://qt-project.org/downloads Qt project].
The Qt-toolkit is a state of the art, plattform independend user interface design tool. It is contained in the [[Third Party Libraries|LibPack]] of FreeCAD, but can also be downloaded at [http://qt-project.org/downloads Qt project].


==== InkScape ====
==== InkScape ====
Отличная программа для работы с векторной графикой. Добавте её к стандартному SVG и используйте для рисования Иконок и Картинок. Взять можно с [http://www.inkscape.org www.inkscape.org].
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].


==== Doxygen ====
==== Doxygen ====
A very good and stable tool to generate source documentation from the .h and .cpp files.
Отличный и стабильный инструмент для создания документации к исходному коду из .h и .cpp файлов.


==== Gimp ====
==== The 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.
Не могу много сказать о GNU программе управления изображениями (Gnu Image Manipulation Program). Кроме того что он может работать с .xpm файлами, являющихся очень удобным способом для обработки иконок в QT программах. XPM основывается на C-коде, который может быть скомпилирован в программе.


Получить GIMP можно здесь: [http://www.gimp.org/ www.gimp.org]
Get the GIMP here: [http://www.gimp.org/ www.gimp.org]


=== Инструменты для Windows ===
=== Tools on Windows ===


==== Visual Studio 8 Express ====
==== Visual Studio 8 Express ====
Хотя VC8 C++ для разработки не тог чтобы шаг вперед, поскольку VisualStudio 6 (ИМХО большой шаг назад), это бесплатная система разработки на Windows. Для родных Win32 приложений вам надо скачать PlatformSDK от M$.
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$.


Так как Express версию, найти трудно. Но вы можете попытаться поискать [http://msdn.microsoft.com/vstudio/express/visualc/default.aspx по этой ссылке]
So the Express edition is hard to find. But you might try [http://msdn.microsoft.com/vstudio/express/visualc/default.aspx this link]


==== CamStudio ====
==== 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.
Это инструмент с открытым исходным кодом для щаписи Screencasts (веб-трансляций). Это очень хороший инструмент для создания учебников, записаных им. Это не так скучно, как записывать документацию.


Смотри [http://camstudio.org/ camstudio.org] для подробностей.
See [http://camstudio.org/ camstudio.org] for details.




==== Tortoise SVN ====
==== 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.
Это очень хороший инструмент. Он позволяет использовать Subversion (наша система контроля версий на sf.net) это истинное удовольствие.


You find ToroiseSVN on [http://tortoisesvn.tigris.org/ tortoisesvn.tigris.org].
Вы можете через интегрированную оболочку, легко управлять Изменениями(Revisions), проверять на Различия(Diffs), разрешать Конфликты(Confilcts), создавть ветки, и так далее.... Диалог фиксации(commit) сам по себе произведение искусства. Он показывает вам ваши измененные файлы и позволяет поместить их в совершенные(commit) или нет. Это позволяет с легкость связывать изменения в логические единицы и дать им ясное сообщение фиксации.

Вы найдете ToroiseSVN на [http://tortoisesvn.tigris.org/ tortoisesvn.tigris.org].


==== StarUML ====
==== 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: [http://staruml.sourceforge.net/en/ staruml.sourceforge.net]
полнофункциональная Open Source UML программа. Она обладает множеством особенностей , главная из них, включенный механизм обратной разработки C++ исходного кода....

скачать можно здесь: [http://staruml.sourceforge.net/en/ staruml.sourceforge.net]




=== Инструменты для Linux ===
=== Tools on Linux ===


TODO
В разработке


{{docnav|Third Party Libraries/ru|Start up and Configuration/ru}}
{{docnav|Third Party Libraries|Start up and Configuration}}


[[Category:Developer Documentation]]
{{languages/ru | {{en|Third Party Tools}} {{es|Third Party Tools/es}} {{fr|Third Party Tools/fr}} {{it|Third Party Tools/it}} {{se|Third Party Tools/se}} }}


{{clear}}
[[Category:Developer Documentation/ru]]
<languages/>

Revision as of 19:58, 16 October 2014

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

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 Qt project.

InkScape

Great vector drawing programm. Adhers to the SVG standard and is used to draw Icons and Pictures. Get it at www.inkscape.org.

Doxygen

A very good and stable tool to generate source documentation from the .h and .cpp files.

The 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.

Get the GIMP here: www.gimp.org

Tools on Windows

Visual Studio 8 Express

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$.

So the Express edition is hard to find. But you might try 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