It is a rendering application developed as the final project for my MSc in Computer Science for Game Development. Through this application you can run simple HLSL shader code connecting nodes in a node graph. The project was implemented in C++ and DirectX 12.
Note: For the first run you will need to dock the node graph viewport to the center slot of the screen by dragging and dropping it.
- Download Premake5 and move the
.exe
into the project root folder. - Run
generate_project.bat
- Open the project and build it