Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX #4

Open
bwiklund opened this issue Mar 30, 2015 · 2 comments
Open

OSX #4

bwiklund opened this issue Mar 30, 2015 · 2 comments

Comments

@bwiklund
Copy link

Should this be working on OSX? I can't find a way to play/launch/build the demo project correctly, it just renders normally (no hmd movement/rotation, single image, no distortion)

@kafumanto
Copy link

Currently it depends on the Windows binaries of OSVR-Core (you can run OSVR/ThirdParty/OSVR/ImportFromSDK.bat to copy relevant files from the OSVR-Core binaries to the Plugin's ThirdParty directory). To let OSVRsample working, (if I remember correctly) you have to copy the "updated" OSVR directory into OSVRsample/Source.

If you can compile the OSVR-Core binaries for OSX and place them as needed, you can change the function LoadOSVRLib in the file OSVR/Source/OSVR/OSVR.Build.cs to link the OSX library files (rows 75-84).

@rpavlik
Copy link
Member

rpavlik commented Mar 30, 2015

We don't have any "official" build bots running OS X, but I've been told that OSVR-Core did build in the past on OS X, and it certainly should be able to (there's one piece - the "finding executable directory to set up plugin search directory" - I know of that has been added since then which would need implementation). Happy to work with you to accept any changes required for an OS X build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants