Skip to content
Merijn Hendriks edited this page Mar 22, 2019 · 7 revisions

Dependencies

All dependencies are included in the dependencies folder. The projects automatically detects them and the solution automatically builds them.

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

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)

Setup

  1. download / clone the source
  2. open automata.sln in Visual Studio 2017
  3. build -> configuration manager -> set active build target
  4. solution -> rebuild project

Build

  1. Build the project as normal
  2. Copy the content of example/res to example/app
Clone this wiki locally