KD-lab-Open-Source / Perimeter

GNU General Public License v3.0
517 stars 61 forks source link

remove embedded DirectX SDK #43

Open SSE4 opened 3 years ago

SSE4 commented 3 years ago

the project contains an old DirectX SDK (MSDXSDK_02_06) it conflicts with modern Windows SDK and problematic to use now better to remove it and use system DirectX SDK, but there are some functions (Direct3DX) removed from latest SDKs more info: https://walbourn.github.io/the-zombie-directx-sdk/ https://walbourn.github.io/legacy-d3dx-on-nuget/

SSE4 commented 3 years ago

another deprecated thing is DirectPlay, which should be also removed and replaced

IonAgorria commented 1 year ago

Currently DirectPlay was already replaced by SDL2_net and is no longer in use