Main framework for graphics assignments in DA307A Computer Graphics and Modelling, Malmö University.
Clone this repository to start working with the course assignments. Cloning can be done here on this page, or using e.g. GitHub Desktop Client.
- Windows 10 or 11.
- Visual Studio 2019 (C++14) or newer
- A GPU that supports DirectX 11.
- Major cleanup (@xzereha, @FilipTrip)
- Scene class hierarchy (@cjgribel)
- stb_image for texture loading (@cjgribel)
- Shader hot-reloading (@xzereha)
- Better DirectX debugging (@xzereha)
- Window class (@xzereha)
Base version (2016-2021) by CJ Gribel (@cjgribel).