Download the Source Code
Clone the repository
git clone https://github.com/GameTechDev/GTS-GamesTaskScheduler.git
Build the Examples
Windows
- Generate a Microsoft Visual Studio solutions:
- This will create the directory "_build", which contains several solutions.
- Open a solution:
_build/gts_examples/<vs*>/msvc/gts_examples.sln
- Select your target platform and build the solution. This will build GTS and the example projects.
- The build products will be located at:
_build/gts_examples/<vs*>/msvc/<build_flavor>