Commit Graph

158 Commits

Author SHA1 Message Date
MalekiRe
52ffa2fdc8 changed things to bevy_oxr instead of bevy_openxr and made the android example part of the workspace 2023-11-06 15:55:36 -08:00
Malek
0e6ae62033 Merge pull request #28 from 2-3-5-41/main
Make `openxr` features platform agnostic to fix `CMake error: ...` common issue.
2023-11-06 15:08:37 -08:00
2-3-5-41
faac22acb8 change from target_os to target_family. 2023-11-06 18:02:30 -05:00
2-3-5-41
79ad1f7022 added 'libopenxr-dev' to dependencies 2023-11-06 17:38:53 -05:00
2-3-5-41
8a24fde0d5 update to build step for dependencies. 2023-11-06 17:32:58 -05:00
2-3-5-41
9963f5c1c9 change back to using "linked" feature cfg. 2023-11-06 15:20:37 -05:00
2-3-5-41
a7edff6dff refactored xr_entry func. 2023-11-06 15:15:53 -05:00
2-3-5-41
4d71663c9f minor addition to readme troubleshooting section. 2023-11-06 13:45:40 -05:00
2-3-5-41
0274698eb4 Platform agnostic dep features, and troubleshooting in readme 2023-11-06 13:38:52 -05:00
Malek
f168a40640 Merge pull request #24 from raffaeleragni/bevy_0_12
bevy upgrade 0.12
2023-11-05 14:54:16 -08:00
Raffaele Ragni
b29c68511c bevy upgrade 2023-11-05 16:25:46 +01:00
Malek
bc353ccf06 Merge pull request #22 from SafariMonkey/frustum-corners
Implement get_frustum_corners
2023-11-04 16:04:12 -07:00
Charlton Rodda
0880d3cf2d Implement get_frustum_corners 2023-11-04 21:17:54 +00:00
Malek
e2c09c2f4c Merge pull request #21 from alexichepura/xbuild
Android example xbuild
2023-10-26 14:19:26 -07:00
Alexi Chepura
02d1368d25 android example xbuild 2023-10-24 17:29:25 +03:00
ForTehLose
7c9b6a143c Merge pull request #20 from alexichepura/wait-frame-lock-match
xr_wait_frame lock match instead of unwrap
2023-10-24 10:07:10 -04:00
Alexi Chepura
d2ccad9f46 xr_wait_frame lock match instead of unwrap 2023-10-24 16:42:39 +03:00
ForTehLose
879c40f0f8 Merge pull request #18 from alexichepura/quest
Android, Meta Quest support
2023-10-18 13:22:48 -04:00
Alexi Chepura
d77d196d0c cleanup 2023-10-18 13:54:55 +03:00
Alexi Chepura
a9bf0eeffe android readme and flags 2023-10-18 13:43:23 +03:00
Alexi Chepura
28c847244a android example lib, almost done 2023-10-18 13:13:20 +03:00
Alexi Chepura
3bacc37e74 android example lib 2023-10-18 12:25:32 +03:00
Alexi Chepura
a370c296c1 Merge remote-tracking branch 'origin/main' into quest 2023-10-18 10:39:00 +03:00
ForTehLose
6f3272e992 Merge pull request #17 from ForTehLose/hands
Hands
2023-10-17 22:17:13 -05:00
Jay Christy
bcbdd0f916 Merge branch 'main' into hands 2023-10-17 23:13:51 -04:00
ForTehLose
fae8728dd0 Merge pull request #13 from ForTehLose/interactions
Interactions
2023-10-17 22:05:57 -05:00
Jay Christy
3fae65ec48 comment out the spam 2023-10-17 22:38:10 -04:00
Jay Christy
f555e6b7dc not sure why rebase exploded 2023-10-17 22:36:28 -04:00
Jay Christy
d02d94d383 moved everything to the hand file 2023-10-17 22:32:02 -04:00
Jay Christy
70eaf184f9 create resource to help with entity selection 2023-10-17 22:27:58 -04:00
Jay Christy
6208b2ea4c mass rename 2023-10-17 22:27:05 -04:00
Jay Christy
72961efe31 cargo fix 2023-10-17 22:26:43 -04:00
Jay Christy
7826c445e2 slight cleaning 2023-10-17 22:26:15 -04:00
Jay Christy
7ad02e269f spawn bones and update 2023-10-17 22:25:51 -04:00
Jay Christy
dd4551c844 hand state resource is used to drive skeleton 2023-10-17 22:25:48 -04:00
Jay Christy
d087cc323f left hand works too 2023-10-17 22:25:35 -04:00
Jay Christy
0b43977e07 both hands work 2023-10-17 22:24:46 -04:00
Jay Christy
69d5b13950 normalized hand poses to palm 2023-10-17 22:24:29 -04:00
Jay Christy
23e9d1189f well this is insane but it tracks the hand now 2023-10-17 22:24:28 -04:00
Jay Christy
fd1a3efa0b got a hand array 2023-10-17 22:23:26 -04:00
Jay Christy
6e7f158dd5 pulled debug rendering into its own plugin 2023-10-17 22:16:22 -04:00
Jay Christy
1d434bb7a1 look upon my bad code 2023-10-17 22:16:22 -04:00
Jay Christy
89f0e5367d moved everything to the hand file 2023-10-17 22:16:22 -04:00
Jay Christy
92eb5736eb create resource to help with entity selection 2023-10-17 22:16:22 -04:00
Jay Christy
166fe1a2c0 mass rename 2023-10-17 22:16:22 -04:00
Jay Christy
fdbd53fba1 cargo fix 2023-10-17 22:16:22 -04:00
Jay Christy
4f30d9e529 slight cleaning 2023-10-17 22:16:22 -04:00
Jay Christy
4d23856d05 spawn bones and update 2023-10-17 22:16:22 -04:00
Jay Christy
c8ae102ce4 hand state resource is used to drive skeleton 2023-10-17 22:16:22 -04:00
Jay Christy
0f2c063a44 left hand works too 2023-10-17 22:16:22 -04:00