Commit Graph

30 Commits

Author SHA1 Message Date
Schmarni
977fe029ad fix(bevy_mod_openxr): make the window_support feature compile
Signed-off-by: Schmarni <marnistromer@gmail.com>
2025-10-19 16:38:25 +02:00
Schmarni
eb3ec03d91 feat: update to bevy 0.17 and use individual bevy crates
Signed-off-by: Schmarni <marnistromer@gmail.com>
2025-10-19 16:13:59 +02:00
Schmarni
62cf605f4a refactor(openxr): make environment blend modes a completely runtime feature, like it should and remove the fb_passthrough plugin from the default oxr plugins as quests now support blendmode based passthrough
Signed-off-by: Schmarni <marnistromer@gmail.com>
2025-07-21 02:55:21 +02:00
awtterpip
0b61473f38 add option to auto spawn cameras 2025-01-28 12:08:46 -06:00
Schmarni
7320ae8dac update to bevy 0.15 rc
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-12-01 23:15:31 +01:00
Schmarni
bc0c1c472b make OxrEvent less unsound
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-11-30 01:16:17 +01:00
Schmarni
5239700eca feat: implement event handlers for OpenXR events so that plugins can handle events without needing to modify bevy_mod_openxr
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-11-29 23:45:02 +01:00
Schmarni
616bfff672 add openxr specific session running and available conditions
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-10-18 23:43:39 +02:00
Schmarni
a1eaba3f43 make extensions public
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-17 19:10:12 +02:00
Schmarni
b6f69eecd9 finish renaming and move HandBoneEntities to bevy_mod_xr
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-04 20:22:45 +02:00
awtterpip
3264bb9605 correct pipelining 2024-07-03 19:37:40 -05:00
Schmarni
08cdd232fc improve space cleanup
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-27 00:32:15 +02:00
Schmarni
6003cc7ac6 add new XrSpace and impl that
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-27 00:32:03 +02:00
Schmarni
cde28677a0 add enabled extension and implement overlay plugin
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-25 19:15:27 +02:00
Schmarni
581cbbb9ef add next pointer chain infrastructure
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-15 13:25:38 +02:00
Schmarni
fb9ec378c8 change scheduling
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-05-31 11:12:48 +02:00
MalekiRe
ec16d9a254 cargo fmt and removed the unessecary examples. 2024-05-29 16:32:35 -07:00
Schmarni
d90558ebc9 add plugin by default and fix compile errors
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-05-15 22:37:39 +02:00
Schmarni
764da56d50 add centeral actionset syncing
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-05-15 22:33:00 +02:00
awtterpip
82932f02af add d3d12 support 2024-05-10 18:23:47 -05:00
Schmarni
cd5ab90733 make OxrInitPlugin impl Default with the values from add_xr_plugin and made the ref_space_type public for the OxrReferenceSpacePlugin
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-05-08 19:11:17 +02:00
Schmarni
44e909a4e1 fix pcvr 2024-05-08 05:42:18 +02:00
Schmarni
063aef7fb5 add support for hand tracking and configurable reference spaces 2024-05-07 03:34:10 +02:00
Schmarni
3654b36e76 Merge pull request #98 from Schmarni-Dev/action-binding-and-attaching-systems
Refactor - Generic system for binding sugesstion and action set attaching
2024-05-06 04:46:05 +02:00
awtterpip
13890ddb53 basic passthrough stuff 2024-05-03 19:31:23 -05:00
Schmarni
27871ccd0b add a system to suggest action bindings and a system to attach action sets to the session 2024-04-29 02:41:51 +02:00
awtterpip
b2b40ba95a updated documentation and resources 2024-04-25 21:05:37 -05:00
awtterpip
afdb046ba8 finished renaming types 2024-04-18 17:28:53 -05:00
awtterpip
e2f7f840a9 renamed types and fixed errors 2024-04-18 17:26:36 -05:00
awtterpip
f585c9e2dc cleaned up code and created webxr crate 2024-04-18 17:06:56 -05:00