Main framework for graphics assignments in DA307A Computer Graphics and Modelling, Malmö University.
For course work, it is recommended that you work on your own fork of this repo.
Cloning and forking can be made either via Windows command prompt or via e.g. GitHub Desktop Client.
- Windows 10 or 11.
- Visual Studio 2019 (C++14) or newer
- A GPU that supports DirectX 11.
- Scene class hierarchy
- stb_image for texture loading
- Shader hot-reloading (@xzereha)
- Better DirectX debugging (@xzereha)
- Window class (@xzereha)