repoFacepunch.XRcancel

69 Commits over 92 Days - 0.03cph!

10 Days Ago
Fix EXCEPTION_ACCESS_VIOLATION_EXEC finside InitHandTracking
2 Months Ago
InputBooleanActionState state is uint32_t for interop
2 Months Ago
Save off system properties when we make the system Debug utils extension is optional, only do hand tracking stuff if we have it supported Log enabled API layers Don't exit immediately on fail, becomes confusing
2 Months Ago
Hand tracking support Emulate finger curl by calculating distance between palm and finger tip bones
2 Months Ago
Add support for optional extensions, e.g. XR_EXT_hand_tracking
2 Months Ago
Haptics support
2 Months Ago
Use one single space for everything (stage space), move some stuff into sync()
2 Months Ago
Use local space instead of stage space for view locate & layer composition
2 Months Ago
Use local space for headset view/projection rather than stage space
2 Months Ago
Applications must provide poses manually when submitting (to ensure accurate reprojection)
3 Months Ago
Disable WholeProgramOptimization
3 Months Ago
3 Months Ago
Add empty action states to input arrays after loading bindings
3 Months Ago
Use m_xrViews instead of m_views when getting view info & proj matrix
3 Months Ago
Stubbed haptic vibration func Use stage space for controller poses
3 Months Ago
Add xr_linear.h Fetch projection matrix directly from xr_linear, means people don't have to calculate it themselves Use our own matrix struct Minor tweaks
3 Months Ago
Add GetInstanceProperties() for system name
3 Months Ago
Tweak logging buffer sizes, don't early return
3 Months Ago
Re-organise project, swap naming for public/private headers (now fpxr.h and fpxr_private.h) Try out blame ignore revs
3 Months Ago
Update examples Use less stack space
3 Months Ago
Input sources are passed as enum, fetch view info Use interface through public header README.md with examples Simplify GetHandle
3 Months Ago
Controller bindings can be stored in separate files Support input source paths Add support for pose actions
3 Months Ago
Start moving over to subactions for per-controller input context
3 Months Ago
Change the way we handle bindings and actions
3 Months Ago
Implement Input::GetVector2ActionState InputDigitalAction -> InputBooleanAction, move Input initialisation into instance and link session afterwards
3 Months Ago
Basic inputs + example Remove asserts & logs in input functions
3 Months Ago
Input structs
3 Months Ago
Show openxr error if xr operation doesn't succeed Check if parsing json actually worked, if not then show error Create input instance Run OPENXR_CHECK inside input ctor, add comment about some runtimes throwing errors
3 Months Ago
Vibration output
3 Months Ago
Support more binding types, wrap xr calls in OPENXR_CHECK(...)
3 Months Ago
Use struct constructor instead of builder pattern for instances Remove "reserved" enum entries Add vjson (zpostfacto/vjson) Load action sets, actions, and bindings from actions.json (similar to how steamvr does it)
3 Months Ago
Out ptr Better formatting for default stdout logs
3 Months Ago
Better error checking, treat errors as warnings & compile with warning level 4
3 Months Ago
Revert "Move vkSubmit into EndFrame()" This reverts commit 1f59cd0c1c499762b96d0d3a268a1c61bf02a4ba.
3 Months Ago
Only end frame if we've submitted Move vkSubmit into EndFrame()
3 Months Ago
Remove per-frame debug logs Copy submitted texture as one big block rather than two small blocks
3 Months Ago
🤦‍♂️
3 Months Ago
Update state in locations that prevent threading issues Compositor creates an EventManager in ctor, allows access to it - rather than creating an EventManager on demand
4 Months Ago
Cleanup Update example Contain frame state inside a struct, nice and clean TextureSubmitInfo: remove bounds info Better render target size management Wait for fences on every submit
4 Months Ago
Debug callback type Verbose logs Keep track of frame start / end to prevent crashing with XR_ERROR_CALL_ORDER_INVALID Perform vk copy operation as single step on submit Use vk fences for vk copy sync
4 Months Ago
Remove logs Use texture submit x/y as view subrect offset x/y
4 Months Ago
Compositor - getters for display info Depth swapchain/texture are completely optional, can be ignored etc Acquire/wait for views inside BeginFrame, save off for Submit XR_EXT_debug_utils support Minor tweaks Remove RequestValidationLayers, m_useValidationLayers - unused Get rid of right eye offset until I figure rendering out completely
4 Months Ago
Move xrWaitFrame into BeginFrame, sync now just calls EndFrame() and BeginFrame()
4 Months Ago
Max 1 second xrWaitSwapchainImage timeout
4 Months Ago
Bundle compositor operations into Sync()
4 Months Ago
Load API layers 🙈 This is redundant Platform defines in fpxr.h and fpxr.cpp Section headers Compositor submit - copy app-provided texture data into OpenXR-provided swapchain images
4 Months Ago
fpxr_platform.h no longer required
4 Months Ago
Apps need to be able to access vulkan extensions before making vulkan devices etc
4 Months Ago
XrResultToString
4 Months Ago
Make all this easier to include in a project, don't include fpxr_platform in fpxr.h