Schmarni
|
4074d4be7c
|
refactor: move OxrSpaceSyncSet into bevy_mod_xr and put locate_hands in the new XrSpaceSyncSet
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2025-05-02 14:58:54 +02:00 |
|
Schmarni
|
6284d4bf31
|
refactor: cleanup for bevy 0.16
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2025-04-26 14:25:54 +02:00 |
|
Malek
|
ae54de3db9
|
fixed things up for proper 0.16 release
|
2025-04-26 01:02:50 +02:00 |
|
Malek
|
4528529417
|
0.16 support
|
2025-04-26 01:00:21 +02:00 |
|
Schmarni
|
177da5c10d
|
fix tracking_utils example
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-12-21 02:32:04 +01:00 |
|
Schmarni
|
869fd98d7f
|
update hand gizmos to include the local axes
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-12-20 03:54:28 +01:00 |
|
Schmarni
|
f2706b1416
|
pull main branch
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-12-19 16:58:00 +01:00 |
|
Schmarni
|
8c5da2e505
|
bump version
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-12-11 23:07:25 +01:00 |
|
ForTehLose
|
5b7db58fe6
|
making controller actions fields pub so users can use them
|
2024-12-04 14:03:31 -05:00 |
|
ForTehLose
|
a260443a0d
|
adding a missed change
|
2024-12-04 13:55:27 -05:00 |
|
Schmarni
|
a04ebb8426
|
add XrTracker component that auto parents the entity to the XrTrackingRoot, XrSpace requires XrTracker
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-12-01 23:15:31 +01:00 |
|
Schmarni
|
d1cc160cac
|
only render hand gizmos if they are actively tracked
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-12-01 23:15:31 +01: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
|
6666339134
|
fix ci(hopefully) and fix suboptimal behavior in bevy_xr_utils
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-10-21 23:32:59 +02:00 |
|
Schmarni
|
da659899d4
|
add simple ci and allow annoying lints
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-10-21 23:18:30 +02:00 |
|
ForTehLose
|
5c0a68019d
|
removed uneeded redirections
|
2024-09-03 22:10:18 -04:00 |
|
ForTehLose
|
ec14bf82c9
|
used OxrSpaceSyncSet instead of system itself
|
2024-09-03 20:16:50 -04:00 |
|
ForTehLose
|
667c6092a7
|
changed to spatial bundle default
|
2024-09-03 20:14:48 -04:00 |
|
ForTehLose
|
ac1364f4a6
|
renamed public components
|
2024-09-03 20:13:49 -04:00 |
|
ForTehLose
|
0e2be1740f
|
Update crates/bevy_xr_utils/src/lib.rs
Co-authored-by: Schmarni <51007916+Schmarni-Dev@users.noreply.github.com>
|
2024-09-03 20:11:30 -04:00 |
|
ForTehLose
|
cd14a2455b
|
added yaw to local floor
|
2024-09-03 15:32:04 -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 |
|
Schmarni
|
4de9691478
|
change ringfinger color back to the same green as before bevy update
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-07-18 15:19:58 +02:00 |
|
Schmarni
|
1433eaa53b
|
change utils metadata
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-07-05 05:06:48 +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
|
770ce00e32
|
remove unnedded macro crate and make bevy_xr_utils compile for wasm
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-07-04 20:38:25 +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 |
|
ForTehLose
|
ce02151114
|
Merge branch 'webxr-refactor' into spatial_existence
|
2024-06-28 13:21:08 -04:00 |
|
Schmarni
|
a7d64a07cf
|
fix xr_utils_actions crashing when running without an openxr runtime
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-06-28 16:17:36 +02:00 |
|
Schmarni
|
1feab741b6
|
fix merge artifacts i missed
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-06-27 03:02:29 +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 |
|
Jay Christy
|
8ecebb7d2c
|
added transform utils for snapping to position and rotation
|
2024-06-11 13:17:16 -04:00 |
|
Jay Christy
|
8807b5f927
|
working on examples of transform utilities
|
2024-06-07 13:58:05 -04:00 |
|
Schmarni
|
dd1293c0fc
|
fix compile errors after rebase
Signed-off-by: Schmarni <marnistromer@gmail.com>
|
2024-05-31 11:19:13 +02:00 |
|
Jay Christy
|
f472b46a2c
|
added docs and fixed comments
|
2024-05-26 15:23:13 -04:00 |
|
Jay Christy
|
d428bd0fd8
|
refactor
|
2024-05-23 13:56:10 -04:00 |
|
Schmarni
|
063aef7fb5
|
add support for hand tracking and configurable reference spaces
|
2024-05-07 03:34:10 +02:00 |
|