如何在 VSCode 中开发 Win32 和 DirectX
How Develop Win32 and DirectX in VSCode
我想在 Visual Studio 代码中开发 Win32 和 DirectX。
我已经安装了gcc、mingw
OS 是 windows10。
如何设置?
有关使用 VS Code 开发 C++ 代码的详细信息,请参阅 Microsoft Docs。
最新的 DirectX headers 和 link 库可在 Windows 10 SDK 中找到。使用 Visual C++ 或 clang/LLVM for Windows 工具集是使用最新 Windows 10 SDK 的最佳选择。
You may find the DirectX Tool Kit a useful starting point, although my tutorials focus on the Visual Studio MSBuild build environment. I also reference using CMake. You can use MSBuild through Visual Studio Community, and you can use CMake through either VS Community or VS Code.
我想在 Visual Studio 代码中开发 Win32 和 DirectX。
我已经安装了gcc、mingw
OS 是 windows10。
如何设置?
有关使用 VS Code 开发 C++ 代码的详细信息,请参阅 Microsoft Docs。
最新的 DirectX headers 和 link 库可在 Windows 10 SDK 中找到。使用 Visual C++ 或 clang/LLVM for Windows 工具集是使用最新 Windows 10 SDK 的最佳选择。
You may find the DirectX Tool Kit a useful starting point, although my tutorials focus on the Visual Studio MSBuild build environment. I also reference using CMake. You can use MSBuild through Visual Studio Community, and you can use CMake through either VS Community or VS Code.