Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Nov 3, 2016 at 7:01 AM       1      
Status
Not open for further replies.
Just over a week ago we reported on PSVR Part I of Reverse-Engineering Sony's PlayStation VR, and now adawarp followed up with a C library for Morpheus (PlayStation VR) called LibPSVR for PS4 developers! :cool:

Download: libpsvr-master.zip / GIT

From the README.md: LibPSVR

C library for Morpheus (Playstation VR). Tested with Ubuntu 15.10 + libusb-1.0.20.

Build
Code:
$ ./build.sh
Example
Code:
$ gcc example.c -I/path_to_psvr_h -L/path_to_libpsvr_so -lpsvr
OS X (El Capitan)

For quick start, use brew before build.
Code:
$ brew install pkg-config libusb
You will need to unload kernel modules manually.
Code:
$ sudo kextunload -b com.apple.driver.usb.IOUSBHostHIDDevice
PSVR C Library for PlayStation VR.jpg
 

Comments

Status
Not open for further replies.
Back
Top