This repo contains a template for Basics of rasterization labs
- Premake5
- Visual studio 2019 Community or similar
Don't forget 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)
- Cornell Box models by Morgan McGuire (CC BY 3.0 License)