Skip to content

Project Setup

Merijn Hendriks edited this page Mar 22, 2019 · 13 revisions

Requirements

  • Visual Studio 2017
    • Desktop development with C++
      • VC++ 2017 version 15.9 v14.16 latest v141 tools
      • Windows 10 SDK (10.0.10240.0)

Dependencies

All dependencies are included in the dependencies folder, and are setup to work for win32/win64 only. The projects automatically detects them and the solution automatically builds them.

  • glad (C/C++, OpenGL 3.3, Core profile, Generate a loader)
  • glfw (win32/win64 only)
  • stb_image

Setup

  1. download / clone the source
  2. open automata.sln in Visual Studio 2017
  3. solution -> rebuild project

Not using visual studio?

  • Use the *.h and *.c files of the modules directories.
  • Download the dependencies from their respective sources.

Build

  1. Copy the content of example/res to example/app
  2. Build the project as usual

Not using visual studio?

  • Follow the required steps for your toolchain.

Clone this wiki locally