Third Party Tools/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "== トップページ == すべての厳格なソフトウェア開発のためには、ツールが必要です。以下は、FreeCADの開発に使用するツールのリ...")
 
(Created page with "=== プラットフォーム非依存のツール === ==== Qt-Toolkit ==== Qtツールキットは、芸術、プラットフォーム非依存のユーザーインターフ...")
Line 3: Line 3:
すべての厳格なソフトウェア開発のためには、ツールが必要です。以下は、FreeCADの開発に使用するツールのリストです。
すべての厳格なソフトウェア開発のためには、ツールが必要です。以下は、FreeCADの開発に使用するツールのリストです。


=== プラットフォーム非依存のツール ===
=== Platform independend tools ===
==== Qt-Toolkit ====
==== Qt-Toolkit ====
Qtツールキットは、芸術、プラットフォーム非依存のユーザーインターフェイスデザインツールです。それは[[Third Party Libraries|LibPack]]のFreeCADの中に含まれていますが、[http://www.trolltech.com www.trolltech.com]でもダウンロードすることができます。
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 ====

Revision as of 12:45, 25 January 2019

トップページ

すべての厳格なソフトウェア開発のためには、ツールが必要です。以下は、FreeCADの開発に使用するツールのリストです。

プラットフォーム非依存のツール

Qt-Toolkit

Qtツールキットは、芸術、プラットフォーム非依存のユーザーインターフェイスデザインツールです。それはLibPackのFreeCADの中に含まれていますが、www.trolltech.comでもダウンロードすることができます。

Inkscape

Great vector drawing programm. Adheres 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 basically C-Code which can be compiled into a programm.

Get the GIMP here: 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:

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.

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