Tools of the Trade: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (People don't get lost on wikis...)
Line 4: Line 4:
=== IDEs ===
=== IDEs ===
* MSVC++ Express 2008 [http://www.microsoft.com/express/download/] - please note that you'll probably want to download the '''offline''' installation image file (iso) which -unlike the web installation- doesn't require any complicated and long-winded registration process. The direct link to the latest version (as of 11/2008) is [http://download.microsoft.com/download/E/8/E/E8EEB394-7F42-4963-A2D8-29559B738298/VS2008ExpressWithSP1ENUX1504728.iso] - after having downloaded the iso image, you'll either have to burn it or simply mount it in order to execute the installation (there are various tools to  mount iso images under windows, you may want to check out daemon tools [http://www.daemon-tools.cc] for a freely available solution).
* MSVC++ Express 2008 [http://www.microsoft.com/express/download/] - please note that you'll probably want to download the '''offline''' installation image file (iso) which -unlike the web installation- doesn't require any complicated and long-winded registration process. The direct link to the latest version (as of 11/2008) is [http://download.microsoft.com/download/E/8/E/E8EEB394-7F42-4963-A2D8-29559B738298/VS2008ExpressWithSP1ENUX1504728.iso] - after having downloaded the iso image, you'll either have to burn it or simply mount it in order to execute the installation (there are various tools to  mount iso images under windows, you may want to check out daemon tools [http://www.daemon-tools.cc] for a freely available solution).
=== Shader Development ==
* [http://ati.amd.com/developer/rendermonkey/downloads.html RenderMonkey]
* [http://developer.nvidia.com/object/fx_composer_home.html FX Composer] (Windows)


=== Debuggers & Profilers ===
=== Debuggers & Profilers ===
Line 10: Line 15:
* [http://www.intel.com/vtune/ Intel VTune] [http://www.intel.com/cd/software/products/asmo-na/eng/download/download/index.htm (free Win32/Linux versions available for non-commercial use:requires an INTEL CPU!)]
* [http://www.intel.com/vtune/ Intel VTune] [http://www.intel.com/cd/software/products/asmo-na/eng/download/download/index.htm (free Win32/Linux versions available for non-commercial use:requires an INTEL CPU!)]
* [http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm#Thread Intel Thread Analysis & Profiling Tools]
* [http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm#Thread Intel Thread Analysis & Profiling Tools]


== Free/Open Source ==
== Free/Open Source ==

Revision as of 23:51, 17 May 2009

Tools

Misc tools (proprietary but freely available)

IDEs

  • MSVC++ Express 2008 [1] - please note that you'll probably want to download the offline installation image file (iso) which -unlike the web installation- doesn't require any complicated and long-winded registration process. The direct link to the latest version (as of 11/2008) is [2] - after having downloaded the iso image, you'll either have to burn it or simply mount it in order to execute the installation (there are various tools to mount iso images under windows, you may want to check out daemon tools [3] for a freely available solution).

= Shader Development


Debuggers & Profilers

Free/Open Source

Build related

Speeding up compilations/rebuilds

Documentation

Debugging

Memory Usage

Profiling

Source Code Management / Revision Control Systems

fraps-like Output/Video capturing for *nix