This repo contains a template for Computer graphics in Game development labs (spring 2021)
- Premake5
- Visual studio 2019 Community or another version
For convenience, I'd like to recommend installing the next extensions for Visual Studio:
Run git submodule update --init --recursive
after the first clone
Go to the project folder and run:
premake5 vs2019
- STB by Sean Barrett (Public Domain)
- Linalg.h by Sterling Orsten (The Unlicense)
- Tinyobjloader by Syoyo Fujita (MIT License)
- Catch2 by Phil Nash (BSL-1.0 License)
- Cxxopts by jarro2783 (MIT License)
- Cornell Box models by Morgan McGuire (CC BY 3.0 License)
- Cube model by Morgan McGuire (CC BY 3.0 License)