https://github.com/rdbo/imgui-application-d3d9
https://github.com/rdbo/imgui-application-d3d9
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdbo/imgui-application-d3d9
- Owner: rdbo
- Created: 2020-02-08T02:51:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T03:05:34.000Z (over 6 years ago)
- Last Synced: 2025-03-13T22:43:17.257Z (over 1 year ago)
- Language: C++
- Size: 572 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImGui Application (DirectX 9)
Setting up the solution
- Download and install DirectX SDK
- Open the solution on Visual Studio and open the project Properties
- Go to VC++ Directories -> Include Directories. Click on 'Edit' and select the Include folder
located on your DirectX SDK installation path. It is generally this one:
%programfiles(x86)%\Microsoft DirectX SDK (June 2010)\Include\ or %DXSDK_DIR%\Include\
- Now go to VC++ Directories -> Library Directories. Click on 'Edit' and select the library folder
located on your DirectX SDK installation path. It is generally this one - choose x86 for 32bit and x64 for 64bit:
%programfiles(x86)%\Microsoft DirectX SDK (June 2010)\Lib\ or %DXSDK_DIR%\Lib\ - Done!