Commit Graph

60 Commits

Author SHA1 Message Date
Schmarni
74c0813c48 wip 2024-02-05 02:43:03 +01:00
Schmarni
9704607c8c stuff 2024-02-05 02:27:27 +01:00
Schmarni
5c81f135e7 fix late latching? 2024-01-29 04:17:20 +01:00
Schmarni
1e4db18f84 commit 2024-01-27 04:06:27 +01:00
Schmarni
ac7c1089d9 fixed pipelined rendering on quest 2 2024-01-26 04:35:51 +01:00
Schmarni
9d6d60cbe7 implement simple pipelined rendering 2024-01-25 06:39:44 +01:00
Schmarni
a3c33cb8b6 win + steamvr and quest working, wivrn still broken 2024-01-24 03:46:20 +01:00
Schmarni
bc1985eedd works on quest broken on wivrn 2024-01-24 00:28:53 +01:00
Schmarni
6f6948e627 borked 2024-01-23 05:45:48 +01:00
Schmarni
87fe9093df fix android warning 2024-01-15 05:08:49 +01:00
Schmarni
144e786db9 ready to test 2024-01-14 02:12:49 +01:00
Schmarni
cbf9485bb7 working 2024-01-14 00:15:14 +01:00
Schmarni
aae751bdab changed vulkan init code 2024-01-09 20:34:10 +01:00
Schmarni
65a30cac3c make app close when requested by os and other stuff (#61)
* idk

* mr stuff

* done

* fix windows

* add patches to Readme
2023-12-31 15:35:59 -08:00
Schmarni
fcedb9c0c8 do not compile openxrs for wasm32 (#59) 2023-12-14 22:09:07 -08:00
Schmarni
265696b07d Add Vec2Conv helper and Display warning with message when openxr fails to load (#58)
* add support for Vec2 Actions, slightly changed the way actions are created but no functionality change and changed the get_action_* return result to a custom error

* Whoops

* added warning with error when openxr fails to load and added Vec2Conv helper

* made it possible for the user to spawn OpenXRTrackingRoot
2023-12-13 21:25:17 -08:00
Schmarni
786fb4fe9f fixed controllers (#54)
* basics done? now to the fun part: changing the ENTIRE lib to work with xr and non xr

* updated stuff and renamed file

* actually add the renamed file into git lol :3

* made lib fallback to flat when no runtime is found but can't compile with default settings under those circumstances

* Update Cargo.toml

* fixed version conflict

* ununcommented the action sync system and changed other small stuff
2023-12-09 15:36:01 -08:00
Schmarni
28008f7964 Fallback to flat when no oxr runtime is found (#51)
* basics done? now to the fun part: changing the ENTIRE lib to work with xr and non xr

* updated stuff and renamed file

* actually add the renamed file into git lol :3

* made lib fallback to flat when no runtime is found but can't compile with default settings under those circumstances
2023-12-08 21:09:48 -08:00
Schmarni
4fae7f4e7c removed unused workaround 2023-11-17 00:06:55 +01:00
Schmarni
200be97846 Small cleanup, and moved hand.rs to hands/common.rs 2023-11-16 21:26:49 +01:00
Schmarni
fe15e89acd slight cleanup 2023-11-16 06:27:20 +01:00
Schmarni
5b443c3b35 Done 2023-11-16 06:09:36 +01:00
Schmarni
851c7b7587 fixed merge conflicts 2023-11-16 03:09:42 +01:00
Schmarni
86a7bf7317 make hands default back to Handtracking if the extension is available 2023-11-14 02:45:29 +01:00
Schmarni
e5363acac9 finnish everything 2023-11-14 02:32:57 +01:00
Schmarni
ca15cb7cda Updated Oculus controller to use the 2023-11-10 21:56:03 +01:00
Jay Christy
966df736d7 also change the resource based on ext 2023-11-08 14:27:53 -05:00
Jay Christy
de0807d308 only add hand resource if we support the ext 2023-11-08 14:21:03 -05:00
Schmarni
c488e1feb6 lets not brake the code 2023-11-08 02:49:07 +01:00
Schmarni
ef9e20b7d5 minimal clean up 2023-11-08 02:47:10 +01:00
Schmarni
979c2fdd40 copied src from Schmarni-Dev/bevy_openxr:demo 2023-11-08 02:38:56 +01:00
Schmarni
e20c38c5db stuff 2023-11-08 02:31:11 +01:00
DanielQuick
19f4741cef warn instead of ignoring error 2023-11-07 13:46:44 -06:00
DanielQuick
42adcea19e ignore end_frame error 2023-11-07 11:29:16 -06:00
Schmarni
4c01eee827 Basic Handtracking Working 2023-11-01 18:37:32 +01:00
Schmarni
c7e10bb537 Merge pull request #1 from awtterpip/main
xr_wait_frame lock match instead of unwrap
2023-10-31 23:36:57 +01:00
Schmarni
88c6b601e5 remove sleep call and remove runtime libs from git repo 2023-10-27 23:06:13 +02:00
Schmarni
c982f0f658 added files do build android? 2023-10-27 19:53:59 +02:00
Alexi Chepura
d2ccad9f46 xr_wait_frame lock match instead of unwrap 2023-10-24 16:42:39 +03:00
Alexi Chepura
4acc074114 quest, not finished 2023-10-17 15:34:46 +03:00
Raffaele Ragni
3a68b64a4c use upstream main 2023-09-26 22:19:05 +02:00
Raffaele Ragni
5dc44c9904 fix compile 2023-09-22 23:00:35 +02:00
awtterpip
25dff12b9a cleaned up code and made DefaultXrPlugins 2023-09-12 16:13:14 -05:00
MalekiRe
4da61df223 fixed vsync issue 2023-09-11 16:06:19 -07:00
awtterpip
f720f54533 fixed shakiness B) 2023-09-11 16:35:56 -05:00
piper
23e53270b3 Merge pull request #4 from awtterpip/new_resource_init
maybe fixed frame timing??
2023-09-11 15:50:13 -05:00
awtterpip
154a389bc8 maybe fixed frame timing?? 2023-09-11 15:29:59 -05:00
MalekiRe
aca80bade3 fixed stuff for steamvr openxr to not crash 2023-09-09 21:43:06 -07:00
awtterpip
086c964e82 improved performance 2023-09-09 23:27:12 -05:00
MalekiRe
86299d3161 input refactor 2023-09-08 22:52:29 -07:00