Commit Graph

668 Commits

Author SHA1 Message Date
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
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
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
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
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
Piper
5b983dac8a Merge pull request #152 from awtterpip/update-nix
update nixpkgs
2024-09-03 03:10:47 -05:00
awtterpip
f8729a9943 update nixpkgs 2024-09-03 03:09:38 -05:00
Piper
615627ba4b Merge pull request #151 from awtterpip/update-fenix
update nixos
2024-09-01 19:36:53 -05:00
awtterpip
9ccaac4bb0 add openssl to flake.nix 2024-09-01 19:33:30 -05:00
awtterpip
560bf248dc update fenix 2024-09-01 19:30:48 -05:00
Schmarni
2c293ce7a0 Merge pull request #147 from Schmarni-Dev/build_script_and_pico
add android build script and pico support
2024-08-21 21:43:57 +02:00
ForTehLose
f9bb16c34c Merge pull request #150 from awtterpip/shadow_maps
added system for cascading shadow maps
2024-08-21 14:11:49 -04:00
ForTehLose
120c245ee3 Merge pull request #145 from Schmarni-Dev/fix_green_finger
change ring finger color back to the same green as before bevy update
2024-08-21 14:10:25 -04:00
ForTehLose
0e6330d313 added system for cascading shadow maps 2024-08-16 16:12:34 -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
a4969f686d Merge pull request #146 from Schmarni-Dev/hookup_more_input_info
Expose Velocities and SpaceFlags and add InteractionProfile changed event
2024-07-28 00:13:38 +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
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
fd2e04656d Merge pull request #144 from Schmarni-Dev/public-extensions
make exts module public
2024-07-17 19:11:56 +02:00
Schmarni
a1eaba3f43 make extensions public
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-17 19:10:12 +02:00
Schmarni
a9890d9a99 Merge pull request #143 from Schmarni-Dev/fix-readme
fix readme example commands
2024-07-16 17:14:27 +02:00
Schmarni
9717415123 fix second example command in readme
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-16 17:12:28 +02:00
Schmarni
abbb689c30 update d3d12 and fix readme
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-16 17:10:10 +02:00
Schmarni
13d73fd2c4 Merge pull request #141 from Schmarni-Dev/revert-some-session-event-changes
partially revert scheduling changes
2024-07-15 19:10:38 +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
ForTehLose
173f5612ff Merge pull request #142 from awtterpip/revert_near_plane
Revert "Update camera.rs"
2024-07-12 13:54:04 -04:00
ForTehLose
a1d2e0d0f7 Revert "Update camera.rs"
This reverts commit 7c400c3dc8.
2024-07-12 13:51:40 -04:00
ForTehLose
7c400c3dc8 Update camera.rs 2024-07-12 13:42:57 -04: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
ForTehLose
3d773f86ba Merge pull request #139 from Schmarni-Dev/fix-up-stuff
fix windows and android example
2024-07-11 14:00:25 -04:00
Schmarni
2adbe06f89 fix windows and android example
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-10 15:32:50 +02:00
Schmarni
5c171d1ebe update d3d12 and fix readme
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-07 16:55:31 +02:00
Schmarni
fceca59962 Merge pull request #135 from Schmarni-Dev/missing_utils_metadata
change utils metadata
2024-07-05 05:09:49 +02:00
Schmarni
1433eaa53b change utils metadata
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-05 05:06:48 +02:00
Schmarni
36e4d7bb8c Merge pull request #134 from Schmarni-Dev/missing_webxr_metadata
Add missing webxr metadata
2024-07-05 05:01:15 +02:00
Schmarni
2b0c7bbcb7 change webxr metadata
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-07-05 04:59:32 +02:00
Schmarni
db1e08883a Merge pull request #133 from Schmarni-Dev/final_touches
add READMEs
2024-07-05 04:41:05 +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