You need CMake
Install CMake
链接:https://pan.baidu.com/s/1e9KJsbonsV_bVyh0c_blrw
提取码:7zvm
type in cmd:
cmake -version
to check your CMake version
How to use CMake
https://blog.youkuaiyun.com/finghting321/article/details/105528436#1.%20CMake%E7%AE%80%E4%BB%8B
Check DirectX version
https://product.pconline.com.cn/itbk/software/dnyw/1704/9117212.html
You need Dear ImGui
git clone https://github.com/ocornut/imgui.git
You need Visual Studio 2017
Install VS2017
example_win32_directx12
- assert(DirectX version == dx12)
- CMakelists
cmake_minimum_requ

本文指导在Windows上使用CMake构建Dear ImGui库,并与DirectX12结合。首先,需要安装CMake并确认DirectX版本。接着,确保拥有Visual Studio 2017,并参考示例项目example_win32_directx12。在过程中可能遇到错误,如编译器版本不支持或链接器问题,解决办法包括使用CMake GUI、添加库文件到项目的额外依赖项。
最低0.47元/天 解锁文章
1991

被折叠的 条评论
为什么被折叠?



