-
Notifications
You must be signed in to change notification settings - Fork 119
How to
Thibault Hennequin edited this page Nov 25, 2017
·
5 revisions
Clone the project including submodules
git clone --recursive https://github.com/thennequin/ImWindow.git
Only for Windows. Windows SDK and DirectX are necessary for build ImWindow with the DX11 backend DirectX End-User Runtime
For generate the Visual Studio 2017 solution of ImWindow with DirectX 11 sample, run the batch file:
scripts/build 2017 dx11.bat
Open the generated solution
.projects/vs2017/ImWindow.sln
And run a build.
For download and extract GLFW binaries, run the batch file:
scripts/download and extract glfw.bat
Generate and build solution like DX11 backend.
scripts/build 2017 glfw.bat