Commit Graph

177 Commits

Author SHA1 Message Date
Schmarni
bd5afffca5 cleanup 2 electric boogaloo
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-09-05 21:05:07 +02:00
Schmarni
ff08bcaa8a cleanup
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-09-05 21:02:52 +02:00
Schmarni
60cf52056d fix session destroying and move to atomic bool instead of a flag resource
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-09-05 20:38:33 +02:00
ForTehLose
702745a3b1 Merge pull request #153 from awtterpip/common_tracked_entities
Common tracked entities utils
2024-09-03 22:13:04 -04:00
ForTehLose
ec14bf82c9 used OxrSpaceSyncSet instead of system itself 2024-09-03 20:16:50 -04:00
ForTehLose
ac1364f4a6 renamed public components 2024-09-03 20:13:49 -04:00
ForTehLose
aa4e5d333b renamed a few things 2024-09-03 15:33:30 -04:00
ForTehLose
b16b559c94 renamed example 2024-09-03 15:32:39 -04:00
ForTehLose
1f016501f3 small fixes 2024-09-03 15:20:13 -04:00
ForTehLose
f30c590cc7 refactored grips as well 2024-09-03 15:13:08 -04:00
ForTehLose
fa9b797610 refactor stage, hmd, and local floor 2024-09-03 14:52:49 -04:00
ForTehLose
d0f2b01a06 added an emulated local floor 2024-09-03 14:05:45 -04:00
ForTehLose
6aadf5bd3e copied work from actions 2024-09-03 13:13:00 -04:00
Schmarni
cfdb6189ac add build script to auto download khronos loader for android
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-28 01:58:08 +02:00
Schmarni
2e1a25f6e4 add pico support
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-28 00:35:15 +02:00
Schmarni
f281266447 add interaction profile changed event, support velocities and expose Space(Location/Velocity)Flags as components
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-22 00:01:59 +02:00
Schmarni
a1eaba3f43 make extensions public
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-17 19:10:12 +02:00
Schmarni
45fc44db5c rename some schedules and fix comments
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-15 19:03:11 +02:00
Schmarni
1eed718860 partialy revert the scheduling changes and fix non xr crash
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-12 08:20:50 +02:00
Schmarni
2adbe06f89 fix windows and android example
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-10 15:32:50 +02:00
Schmarni
2c8a0ae595 strip bevy features
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-05 04:40:04 +02:00
Schmarni
bcfe78b880 add READMEs
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-05 03:51:11 +02:00
Schmarni
81779bd76e update to bevy 0.14
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-05 03:19:02 +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
Schmarni
e65573124b rename crates
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-04 19:41:56 +02:00
awtterpip
3264bb9605 correct pipelining 2024-07-03 19:37:40 -05:00
ForTehLose
ce02151114 Merge branch 'webxr-refactor' into spatial_existence 2024-06-28 13:21:08 -04:00
Schmarni
bd33adb47f fix crash when running without an openxr runtime
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-28 16:14:02 +02:00
Schmarni
7abed765a5 only try to sync the space poses when the session is running
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-27 03:09:47 +02:00
Schmarni
75a8c32a9d add into_openxr_space and add a few comments
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-27 02:10:53 +02:00
Schmarni
08cdd232fc improve space cleanup
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-27 00:32:15 +02:00
Schmarni
b7c4a05482 remove XrSpatialTransform in favor of making XrSpace a Component and adding XrSpatialOffset
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
3c88b0812d add overlay example
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-25 19:25:06 +02:00
Schmarni
006e2c1da3 add missing overlay plugin file
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-25 19:24:45 +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
0a7f692a35 add session creation next chain infrastructure
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-24 23:09:58 +02:00
Schmarni
dd4e6047e0 Merge pull request #120 from Schmarni-Dev/next_chain_base
Add Next Pointer Chain Infrastructure
2024-06-22 20:14:59 +02:00
ForTehLose
0172444f0c Merge pull request #119 from awtterpip/transform_utils
Transform utils
2024-06-19 09:03:37 -04:00
Schmarni
581cbbb9ef add next pointer chain infrastructure
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-15 13:25:38 +02:00
Jay Christy
8ecebb7d2c added transform utils for snapping to position and rotation 2024-06-11 13:17:16 -04:00
Schmarni
34d44349b8 fix system ordering
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-10 12:41:37 +02:00
Schmarni
6ebcd7df99 change set name to begin with Oxr
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-10 12:01:48 +02:00
Schmarni
3109618bb7 Readd action set sync SystemSet
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-10 11:55:10 +02:00
Jay Christy
8807b5f927 working on examples of transform utilities 2024-06-07 13:58:05 -04:00
Schmarni
c455c77fed pull changes from webxr-refactor
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-05 00:32:38 +02:00
Schmarni
71716c36cc pull webxr-refactor and make needed changes
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-04 23:28:02 +02:00
awtterpip
810ed1eeed make pipelined rendering disabled by default 2024-06-02 22:31:58 -05:00
awtterpip
be23326859 make materials unlit 2024-06-02 22:31:38 -05:00
awtterpip
32fa13b4fd add compatibility for both pipelined and unpipelined 2024-06-02 19:30:12 -05:00