Live data from Hacker News

Show HN: Xbox One Controller Driver for OS X

github.com

21–27 of 27 posts

Re: Show HN: Xbox One Controller Driver for OS X

#21

I've been playing with https://github.com/guilhermearaujo/xboxonecontrollerenabler and works like a charm on all my Steam games. Is there any major pros/cons to each of these drivers?

This one polls every 5ms, so you have 5ms guaranteed latency, when mine reacts on USB async interrupts. Also it takes a hammer approach and simulates a joystick via VHID+WirtualJoy, whereas mine just maps the USB packets to sets up a HID descriptor and passes it straight to OS X's IOKit. You can't have it be more lightweight and native: connect pipes and tell OSX how to understand packets in the most standard way possible.

Latency matters a lot to me, especially in emulators as it creates a terrible uncanny valley (even more when you have the original hardware to compare to). Using Higan on OpenEmu with this controller, latency is really low and I have the feeling very similar to "native" NES when I play Megaman.

Also once you go in Big Picture mode on Steam and configure the gamepad, mine works like a charm in all games I threw at it.

Re: Show HN: Xbox One Controller Driver for OS X

#22
post #16
post #13

> ...the driver is unsigned and has to be installed with kext dev mode enabled on Yosemite. If you don't know what that means it's probably not a good idea to go further. That's fine - but why not explain how to do this? People are going to google it anyways - may as well offer a sane tutorial on how to do it.

This will come, but I plan to get a dev certificate so it'll be way more user friendly. I wanted to get the thing shipped ASAP in a reasonable fashion, as it's been lingering for months due to a stupid bottleneck.

I actually have kext signing permission but I'm not sure the implications of me signing the product and distributing it for you in that sense.

Re: Show HN: Xbox One Controller Driver for OS X

#23
post #14
post #13

> ...the driver is unsigned and has to be installed with kext dev mode enabled on Yosemite. If you don't know what that means it's probably not a good idea to go further. That's fine - but why not explain how to do this? People are going to google it anyways - may as well offer a sane tutorial on how to do it.

> why not explain how to do this? ... may as well offer a sane tutorial on how to do it. I'd be worried about people making inane pull requests a la "You broke my computer!" if they did something wrong.

That's why open source licenses were created (to have a no warranty clause). However, for those that don't read...licenses, having in big bold print "this may break your system" may deter most people. I think most system-breaking-software I've used has had a built in warning.

My harsh opinion - don't treat people like children. If they want to play with fire - they will. But I would feel better if the author of the software posted something like "Following these steps has been known to be successful in using this" rather than people googling some out of date information.

Using your logic - the guys at cyanogen wouldn't create a wiki describing[1] how to install their ROMs. Arguably installing ROMs on Android devices is a much more intense process than simply modifying your OS (you are hoping that the manufacturer didn't all of a sudden decide to include a kill switch in your model - rendering your $600 phone a paperweight).

[1] http://wiki.cyanogenmod.org/w/Install_CM_for_p880

Re: Show HN: Xbox One Controller Driver for OS X

#25
post #9
post #6

This is great! The developer of the 360 driver stopped maintaining his work quite awhile ago, and it has been difficult getting it to work on newer OS X versions. Although this means buying a new controller, it's not all bad because it's a great controller! PC gamepads are pretty terrible so having the 2 major console controllers as options is a wonderful thing. Worth mentioning: the PS4 controller works out of the b…

It's not too hard. There's been a fork of the project which you can find here https://github.com/d235j/360Controller .

That one doesn't work for me on OSX 10.10.2. The one provided by OP works perfectly.

Re: Show HN: Xbox One Controller Driver for OS X

#26
post #18

Nice job! Is there a DualShock 4 Controller Driver out there for OS X? There is a great one for Windows called DS4Windows, but I haven't found on for Mac.

I own one, it works out of the box on Yosemite, and even better than DS3 (which keeps the LEDs flashing, purely cosmetic but annoying). OS X basically bets on standards (HID Class device compliance) for out of the box support.

I tried that, but the trackpad didn't work. Buttons were all fine, but I want to be able to be able to kick back and not worry about grabbing a mouse.

Re: Show HN: Xbox One Controller Driver for OS X

#27
post #8

Nice job! Is there a DualShock 4 Controller Driver out there for OS X? There is a great one for Windows called DS4Windows, but I haven't found on for Mac.

Just plug it right in and go! Bluetooth pairing works too, but is a little wonky. But what else is new, it's Bluetooth.

Buttons all work fine, but the track pad didn't work for me.
Post reply on HN