Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

- Added dependency on Eigen for basic vector math. #9

Merged

Conversation

michaelplutovr
Copy link
Collaborator

  • Added overlay sample based off of OverlayUser_Remote
  • Adeed basic interaction tests via a naive intersection with the plane
    and a toggle
  • added dependency on locating a xrloader lib for the sample.

- Added overlay sample based off of OverlayUser_Remote
- Adeed basic interaction tests via a naive intersection with the plane
  and a toggle
- added dependency on locating a xrloader lib for the sample.
@bradgrantham-lunarg
Copy link
Contributor

When I build from this branch, I get 2>LINK : fatal error LNK1104: cannot open file '....\vendored\openxr_loader.lib'

I assume you want the developer to "mkdir vendored" and pull the loader lib into there.

How hard would it be to add a FindOpenXR or some such like FindFreeImage? How do other OpenXR projects find and use the openxr package?

Or could you co-opt the OPENXR_SDK_SOURCE_ROOT stuff from api-layer/CMakeLists.txt?

@bradgrantham-lunarg
Copy link
Contributor

I think I'm going to pull this now, but we should resolve the vendored loader issue.

@bradgrantham-lunarg bradgrantham-lunarg merged commit b6a4652 into api-layer-rework Sep 9, 2020
@michaelplutovr
Copy link
Collaborator Author

michaelplutovr commented Sep 17, 2020 via email

@bradgrantham-lunarg
Copy link
Contributor

Michael, a PR first that co-opts OPENXR_SDK_SOURCE_ROOT and then later one that adds a Find module would be great! In the meantime I've made a vendored directory myself for my build, and figured as this approached release I'd come back around to this issue.

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

Successfully merging this pull request may close these issues.

3 participants