A small graphics engine implemented with DirectX 11 and C++ during the course of Computer Graphics at ITMO University.
Katamary mini game demonstrates features of the Engine:
- deferred (Phong) shading
- cascade shadow maps
- simple particle system
It is required to install assimp with vcpkg to build Engine code.