Sample project showcase GLFW (window) with DiligentEngine (rendering).
In this sample, D3D12 is used on Windows and OpenGL on MacOS. The render device type can be changed by m_DeviceType
variable in main.cpp
.
git submodule update --init --recursive
- Configure the project:
cmake -B build
- Build the project:
cmake --build build