Skip to content

Kabanya/GameEngineDevelopingCourse

 
 

Repository files navigation

GameEngineDevelopingCourse

Requirements

  1. Visual studio 2022
  2. MSVC toolset v134 (or you can just import the default.vsconfig that lies at the root of the project)
  3. Windows 10 SDK (10.0.19041.0)

Installation steps (for Windows)

  1. .\get_submodules.bat
  2. Got to the Samples folder and choose any available sample
  3. .\generate_vs2022.bat
  4. .\cmake_output\build_win64\SampleName.sln

How to launch the project

  1. Install the Smart Command Line Arguments extension for visual studio. It will help you, believe me
  2. Use the command line arguments in order to properly launch the project

List of useful command line Arguments

  1. -project_root=/path/to/sample/root (mandatory) is used to set a project root
  2. -wfd (optional) is to wait for the debugger to attach to the process before continue processing

List of useful buttons in Debug build

  1. F2 to reload game scripts

About

mipt hw engine course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 91.4%
  • C++ 3.5%
  • Vim Script 3.0%
  • Lua 0.6%
  • Shell 0.5%
  • Emacs Lisp 0.4%
  • Other 0.6%