Tools of the Trade: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Added VSCode to list of tools)
 
(6 intermediate revisions by 6 users not shown)
Line 3: Line 3:
== Misc tools (proprietary but freely available) ==
== Misc tools (proprietary but freely available) ==
=== 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).
* Microsoft Visual Studio Community [https://visualstudio.microsoft.com/downloads/] - the modern version of Microsoft's IDE. The Community edition is free.
* 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 ===
=== Shader Development ===
* [http://ati.amd.com/developer/rendermonkey/downloads.html RenderMonkey]
* [https://gpuopen.com/archive/gamescgi/rendermonkey-toolsuite/ RenderMonkey]
* [http://developer.nvidia.com/object/fx_composer_home.html FX Composer] (Windows)
* [http://developer.nvidia.com/object/fx_composer_home.html FX Composer] (Windows)




=== Debuggers & Profilers ===
=== Debuggers & Profilers ===
* [http://developer.amd.com/downloads.aspx AMD's Developer Tools] (CodeAnalyst, available for free for [http://developer.amd.com/cawin.aspx Win32]/[http://developer.amd.com/calinux.aspx Linux] )
* [https://developer.amd.com/tools-and-sdks/ AMD's Developer Tools] (CodeAnalyst, available for free for [http://developer.amd.com/cawin.aspx Win32]/[http://developer.amd.com/calinux.aspx Linux] )
* [http://developers.sun.com/sunstudio/downloads/tha/index.html Sun Thread Analyzer] - for Linux: supports Intel x86 & AMD64 platforms (part of Sun Studio Express)
* [http://www.oracle.com/technetwork/testcontent/index-140374.html Sun Thread Analyzer] - for Linux: supports Intel x86 & AMD64 platforms (part of Sun Studio Express)
* [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!)]
* [https://software.intel.com/intel-vtune-amplifier-xe 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]
* [https://software.intel.com/intel-inspector-xe Intel Thread Analysis & Profiling Tools]


=== OpenGL Debugging ===
=== OpenGL Debugging ===
Line 21: Line 22:


== Free/Open Source ==
== Free/Open Source ==
* [http://www.gnu.org/software/gcc/onlinedocs/ gcc - the GNU compiler (collection)]
* [http://www.gnu.org/software/gcc/onlinedocs/ gcc - the GNU compiler (collection)]
* [https://code.visualstudio.com/ Visual Studio Code - a modern, lightweight, open source code editor]


=== Build related ===
=== Build related ===
Line 42: Line 44:


=== Debugging ===
=== Debugging ===
* [http://www.opengl.org/sdk/tools/BuGLe/ BuGLe - OpenGL debugger]
* [https://www.opengl.org/sdk/tools/BuGLe/ BuGLe - OpenGL debugger]
* [http://www.gnu.org/software/gdb/documentation/ gdb - the GNU project debugger] - console debugger
* [https://www.gnu.org/software/gdb/documentation/ gdb - the GNU project debugger] - console debugger
* [http://www.gnu.org/manual/ddd/ddd.html DDD - Data Display Debugger]
* [https://www.gnu.org/software/ddd/ DDD - Data Display Debugger]


=== Memory Usage ===
=== Memory Usage ===
* [http://valgrind.org/ valgrind]
* [http://valgrind.org/ valgrind]
* [http://www.gnome.org/projects/memprof/ memprof]
* [http://www.gnome.org/projects/memprof/ memprof]
* [http://www.memleek.org/ memleek]
* [https://github.com/iovisor/bcc memleak]


=== Profiling ===
=== Profiling ===
* [http://www.gnu.org/software/binutils/manual/gprof-2.9.1/gprof.html gprof - the GNU profiler] - profiling
* [https://sourceware.org/binutils/docs/gprof/ gprof - the GNU profiler] - profiling
* [http://rapido.sourceforge.net/ rapido] x86 profiler
* [http://rapido.sourceforge.net/ rapido] x86 profiler
* [[Built-in_Profiler|Built-in Profiler (using google perftools)]]
* KCacheGrind, front-end for valgrind's callgrind. Very reliable tool, produces nice little colourful graphs too. Linux only.


=== Source Code Management / Revision Control Systems ===
=== Source Code Management / Revision Control Systems ===
Line 62: Line 66:
** http://www.wincvs.org/
** http://www.wincvs.org/
* SVN
* SVN
**http://www.subversion.org
** http://www.subversion.org
* git
* git
** https://git-scm.com/
** http://www.kernel.org/pub/software/scm/git/docs/
** http://www.kernel.org/pub/software/scm/git/docs/


Line 69: Line 74:
* http://pigeond.net/flightgear/screenstreamer/
* http://pigeond.net/flightgear/screenstreamer/
* http://www.opengl.org/sdk/tools/BuGLe/
* http://www.opengl.org/sdk/tools/BuGLe/
* http://www.neopsis.com/projects/yukon/ [http://en.wikipedia.org/wiki/Yukon_%28software%29]
* https://github.com/wereHamster/yukon [http://en.wikipedia.org/wiki/Yukon_%28software%29]
* http://dbservice.com/projects/seom/
* https://github.com/wereHamster/seom
* http://live.gnome.org/Istanbul
* http://live.gnome.org/Istanbul
* http://xvidcap.sourceforge.net/
* http://xvidcap.sourceforge.net/
Line 76: Line 81:


{{Building}}
{{Building}}
[[Category:Core developer documentation]]

Latest revision as of 22:56, 23 June 2018

Tools

Misc tools (proprietary but freely available)

IDEs

  • Microsoft Visual Studio Community [1] - the modern version of Microsoft's IDE. The Community edition is free.
  • MSVC++ Express 2008 [2] - 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 [3] - 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 [4] for a freely available solution).

Shader Development


Debuggers & Profilers

OpenGL Debugging

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