Schmarni
93fe370f12
chore: fix examples and bump version
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2026-02-12 07:05:33 +01:00
Schmarni
18879e9f06
chore: bump openxr crate version
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2026-02-12 06:51:20 +01:00
Schmarni
728581d8d7
fix(openxr): don't crash when failing to locate views
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2026-01-24 20:50:37 +01:00
Schmarni
337cfdb3f8
fix(openxr): fix frametime recovery on WiVRn (and probably other monado runtimes)
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2026-01-24 13:21:26 +01:00
WireWhiz
93523de2fd
fix duplicate PhysicalDeviceMultiviewFeatures validation error ( #201 )
...
* fix duplicate PhysicalDeviceMultiviewFeatures validation error
* remove rogue debug log
2026-01-21 21:27:12 +01:00
Pierce Thompson
3974766f7a
feat: Update to Bevy 0.18 ( #202 )
2026-01-21 21:14:48 +01:00
Schmarni
11bf9442e1
fix(bevy_xr_utils/example): fix tracking utils example
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-10-19 23:13:05 +02:00
Schmarni
c8e43c666f
fix(ci): install wayland since bevy usesbit by default
2025-10-19 21:27:17 +02:00
Schmarni
d94c10c386
chore: bump version
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-10-19 17:25:06 +02:00
Schmarni
b339776545
fix(android_example): disable Indirect Drawing since it seems to cause issues on quest devices
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-10-19 17:24:45 +02:00
Schmarni
0a98204124
chore: update to rust edition 2024
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-10-19 17:14:35 +02:00
Schmarni
258bd0448d
fix(bevy_mod_openxr/android): fix fb_passthrough and rename feature
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-10-19 16:52:44 +02:00
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
294cd605e7
chore: remove bevy_mod_xr::actions
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-10-19 16:27:15 +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
9fd0c79759
Revert "fix: fix alpha blending, suboptimal since it doesn't support prelutiplied alpha but its fine for now" ( #195 )
...
This reverts commit a988d73187 .
this wasn't actually needed and just made things worse
2025-09-01 09:02:36 +02:00
Schmarni
a988d73187
fix: fix alpha blending, suboptimal since it doesn't support prelutiplied alpha but its fine for now
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-08-13 00:43:17 +02:00
Schmarni
65cfa920c9
fix(bevy_xr_utils): gate mndx_xdev_space impl behind non wasm platforms
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-07-30 18:03:37 +02:00
Schmarni
3c360aa74c
fix(bevy_xr_utils): don't make the mndx_xdev_space plugin crash on startup
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-07-30 18:03:37 +02:00
Schmarni
90d05e491e
feat(bevy_xr_utils): add GenericTracker component and implement XR_MNDX_xdev_space as a backend
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-07-30 18:03:37 +02:00
Schmarni
515807e56a
chore: build with optimization in debug builds
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-07-22 23:52:55 +02:00
Schmarni
aff7bd7d4b
refactor(openxr): remove OxrInteractionProfileChanged, App::add_oxr_event_handler should be used instead
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-07-22 23:52:55 +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
Schmarni
9569f591ac
Merge pull request #190 from Schmarni-Dev/vk_exts
...
allow manually defining additional vulkan extensions
2025-07-20 21:09:13 +02:00
Schmarni
a60db3da6c
feat: allow manually defining additional vulkan extensions
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-07-10 00:48:40 +02:00
Schmarni
a5e3fb2580
Merge pull request #189 from Schmarni-Dev/non_default_wait_frame_system
...
allow for custom wait_frame system
2025-07-01 23:34:00 +02:00
Schmarni
f0fd9a3086
feat: allow for setting a custom wait_frame system, used by advanced applications
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-06-07 04:13:37 +02:00
Schmarni
7a30bb2b52
Merge pull request #187 from Schmarni-Dev/fix_example
...
move bevy_xr_utils example i forgot to move
2025-05-02 18:06:21 +02:00
Schmarni
753e0da9de
fix: move bevy_xr_utils example i forgot to move
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-05-02 18:03:08 +02:00
Schmarni
36dbffb89f
Merge pull request #186 from Schmarni-Dev/release_0.3.0
...
chore: bump version number
2025-05-02 17:59:15 +02:00
Schmarni
bb58cfb8df
fix(bevy_mod_xr): add gizmos feature
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-05-02 17:53:47 +02:00
Schmarni
dd0ff50db9
chore: bump version number
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-05-02 17:46:55 +02:00
Schmarni
e43837f914
Merge pull request #185 from Schmarni-Dev/move_hand_debug_gizmos
...
move hand debug gizmos into bevy_mod_xr
2025-05-02 17:45:04 +02:00
Schmarni
bdfdb0d94a
refactor: move xr_utils examples into bevy_xr_utils
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-05-02 17:43:02 +02:00
Schmarni
db60629401
refactor: move hand debug gizmos into bevy_mod_xr
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-05-02 17:40:53 +02:00
Schmarni
681f00c42d
Merge pull request #184 from Schmarni-Dev/xr_space_sync_set
...
XrSpaceSyncSet and OxrSessionConfig
2025-05-02 17:00:31 +02:00
Schmarni
7bc9789358
refactor: rename OxrGraphicsInfo -> OxrCurrentSessionConfig
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-05-02 16:50:38 +02:00
Schmarni
be6a053b55
refactor: create OxrSessionConfig and make that the only way to configure things like BlendModes
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-05-02 16:43:39 +02:00
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
84a69ea1ae
Merge pull request #178 from awtterpip/bevy-0.16
...
0.16 support
2025-04-26 16:19:23 +02:00
Schmarni
fd1809ecc6
refactor: further cleanup
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-04-26 16:10:20 +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
9f6f5c0711
Merge pull request #183 from Schmarni-Dev/better_oxr_events
...
make OpenXR event handlers completely safe! (no unsafe!)
2025-04-26 00:11:58 +02:00
Schmarni
3a59ba1257
make OpenXR event handlers completely safe! (no more unsafe at all in there)
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-04-11 21:08:06 +02:00
Schmarni
5c041e9565
Merge pull request #182 from Schmarni-Dev/release_0.2.1
...
chore: bump version to 0.2.1
2025-04-09 22:39:39 +02:00
Schmarni
c1320facd3
chore: bump version to 0.2.1
...
Signed-off-by: Schmarni <marnistromer@gmail.com >
2025-04-09 19:46:29 +02:00
Schmarni
8747b139d3
Merge pull request #181 from PJB3005/25-03-17-fix-cascades-2
...
Fix directional light shadows
2025-03-20 10:44:21 +01:00
PJB3005
1957518b0f
Fix directional light shadows: take two
...
This PR aims to do the same as #180 , but hopefully without making future WebXR compat more annoying.
get_frustum_corners() is now implemented properly, directly from the projection matrix. I believe it should work with the existing OpenXR code, but I cannot test this with any WebXR implementations with "sheared projection matrices", because I am continuing to doubt whether that even exists.
I also added unit tests, which involved a decent amount of code shuffling regardless. The original implementation from #180 is left in as a control in the test code.
2025-03-18 00:44:28 +01:00