You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow Chimera to run without requiring the DirectX June 2010 redistribution.
The D3DX library (including LPD3DXFONT) has been retired and is no longer maintained nor included with the rest of Windows' native DirectX packages.
Arecaidian Fox and I recently tested SPV3 (and OpenSauce by extension) with d3dx9 only present in the game's directory (not "installed" in any way, not present in any system folder, and confirmed via ProcessHacker's Process Modules tab).
Works like a charm. If Chimera is released with d3dx9_43.dll, users won't need to explicitly install it or the DirectX Runtime (June 2010) redist.
This would allow Chimera to run without requiring the DirectX June 2010 redistribution.
The D3DX library (including LPD3DXFONT) has been retired and is no longer maintained nor included with the rest of Windows' native DirectX packages.
I recommend looking into DirectWrite + Direct2D and/or DirectXTK SpriteFont as a possible alternative. The latter could be used for gamepad button sprites, too.
D3DX can be found...
...in [src/chimera/output/draw_text.cpp]
Line 4:
#include <d3dx9.h>
...in [src/monolith/monolith.cmake]
Line 15, Column 235:
.../libzstd.a -l d3dx9
Links:
D3DX retirement
Text via DirectWrite + Direct2D
DirectXTK
The text was updated successfully, but these errors were encountered: