FunkyFr3sh / cnc-ddraw

GDI, OpenGL and Direct3D 9 re-implementation of the DirectDraw API for classic 2D games for better compatibility with Windows 2000, XP, Vista, 7, 8, 10, 11, Wine (Linux/macOS/Android) and Virtual Machines
https://discord.gg/afWXJNDDF5
MIT License
2.12k stars 143 forks source link

(Question) Wine adoption #321

Closed hardBSDk closed 1 month ago

hardBSDk commented 1 month ago

Does your project or parts of the code were merged to Wine?

If not, do you plan to merge?

FunkyFr3sh commented 1 month ago

I don't think that would make a lot of sense, cnc-ddraw does not try to 100% replicate the original behavior of microsoft's ddraw.dll. Main focus of this project here is to add new features to old 2D games (Windowed mode, shaders, mouse sensitivity scaling, borderless, alt+enter etc...)

hardBSDk commented 1 month ago

@FunkyFr3sh Very interesting, thanks for your answer!