Skip to content
Thibault Hennequin edited this page Nov 25, 2017 · 5 revisions

Clone

Clone the project including submodules

git clone --recursive https://github.com/thennequin/ImWindow.git

Build ImWindow with DirectX 11 backend

Only for Windows. Windows SDK and DirectX are necessary for build ImWindow with the DX11 backend DirectX End-User Runtime

Generate solution

For generate the Visual Studio 2017 solution of ImWindow with DirectX 11 sample, run the batch file:

scripts/build 2017 dx11.bat

Build solution

Open the generated solution

.projects/vs2017/ImWindow.sln

And run a build.

Build ImWindow with GLFW backend

Under Windows

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