Ohjurot / DualSense-Windows

Windows API for the PS5 DualSense controller
Other
342 stars 38 forks source link

OSX Support [Help wanted] #15

Open 4ce-coder opened 3 years ago

4ce-coder commented 3 years ago

minimum example usage for osx?

Ohjurot commented 3 years ago

The library current does not support OSX (Only windows). However, it may get ported in the future (I will consider porting to other platforms as soon as all functionality is working fine on Windows. Currently, windows is lacking Audio, Additional IO and input processing).

However, I don't have any experience with OSX neither I have a Mac available, so it would be really nice if somebody would help me to port the lib to OSX as soon as it is done. I will leave this issue open so that people who are experienced with OSX can see this issue. Buying a mac mini is currently no option for because it is too expensive to just port a library... however I might get one someday.

4ce-coder commented 3 years ago

I've been looking into some of the research on the protocols and how the audio problems could be worked out based on the Dualshock 3 and 4 official kernel drivers for Linux. Since it is also confirmed that sony released the official driver for the dual sense we could possibly rework some of that code into this solution