Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.18 KB

Development Environment.md

File metadata and controls

34 lines (30 loc) · 1.18 KB

Before starting development it is important to download and install all of the following software. The following suite will allow you to work on all aspects of the project.

IDE

  • Visual Studio 2015 (C++, C#)

  • Brackets.io (HTML, CSS, JavaScript, JSON, INI), install the following extentions.

    • Brackets Git
    • Beautify
    • Brackets Exclude Indexing FileTree
    • JSONLint Extension for Brackets
    • Markdown Preview
    • Markdown Toolbar
    • Custom Work
  • an SQLite3 editor (sqlite, CDB)

Language Frameworks

  • Node.js, use npm install on the following.
    • npm install nodemon
    • npm install http-server
    • npm install mocha
    • npm install istanbul
  • DirectX9 SDK

Support Software

  • premake4 (installed to C:\Windows)
  • Filezilla, or an FTP clients
  • Google Chrome / Chromium
  • Skype
  • Puush (or similar software)
  • Git ((Github for Windows)[windows.github.com], Brackets Git, or similar software)
  • The GIMP