Programming Documentation

logo

Programming Documentation

Search
Light Mode
Contact Us

Contact us

No results for your search.
Sorry, an unexpected error occurred

This page contains a list of tools used for programming development purposes.

Primary Tools

These are the main tools the team uses on a daily basis.

  1. Visual Studio 2019 Community Or Visual Studio Code
    1. Our primary IDE
    2. https://visualstudio.microsoft.com/vs/community/
  2. GitHub Desktop
    1. Light weight tool for repository management
    2. https://desktop.github.com/
    3. When using GIT, it is also good to have knowledge of the Git Command Line
  3. Unity Hub
    1. https://unity.com/download
    2. The main Game Engine we are using

Secondary Tools

These are tools that are not mandatory, but can help in other areas or provided more in-depth details.

  1. Source Tree
    1. https://www.sourcetreeapp.com/
    2. More advance repository tool
  2. Visual Studio Code
    1. https://code.visualstudio.com/
    2. Much lighter IDE
    3. Used as a light weight document editor for Markdown Files
    4. Can also be used as simple file explore
    5. Unity intergration: https://code.visualstudio.com/docs/other/unity

Tertiary Tools

These are tools that are nice to have in a pinch but are not related to programming. By pinch, in a last minute emergency kind of deal.

  1. Blender
    1. https://www.blender.org/download/
    2. 3D modeling tool used by the art team.
  2. Inkscape
    1. https://inkscape.org/release/inkscape-1.3.2/
    2. Art tool for making Vector based images


On This Page