https://github.com/wang-bin/universaldxsdk
A more universal DirectX SDK can work with multiple versions of Visual Studio, MinGW, etc.
https://github.com/wang-bin/universaldxsdk
Last synced: 9 months ago
JSON representation
A more universal DirectX SDK can work with multiple versions of Visual Studio, MinGW, etc.
- Host: GitHub
- URL: https://github.com/wang-bin/universaldxsdk
- Owner: wang-bin
- Created: 2015-10-10T08:36:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T04:14:41.000Z (over 10 years ago)
- Last Synced: 2025-01-14T09:43:23.729Z (over 1 year ago)
- Language: C++
- Size: 975 KB
- Stars: 5
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Universal DirectX SDK
Starting with Windows 8, the DirectX SDK is included as part of the Windows SDK. The June 2010 is the last release. It's convenient for most cases. However, sometimes it's not suitable for using DirectX SDK in this way.
* Normally, developers use the Windows SDK accompanied with Visual Studio. When a new Windows SDK comes out, people doesn't upgrade it separately. So new features in DirectX can't be utilized.
* W32api in MinGW are not updated frequently. Using official DirectX SDK in MinGW causes many compiling errors and warnings.
The goal of this open source project is build an universal DirectX SDK. It can work with multiple versions of Visual Studio, MinGW, and other compilers.
# Contribute
As an open source project, Universal DX SDK benefits greatly from both the volunteer work of helpful developers and good bug reports made by users.
# Links
Project page: https://github.com/gongminmin/UniversalDXSDK