Jay Christy
|
7d3ea85c3d
|
tiny clean up
|
2023-11-20 13:59:36 -05:00 |
|
Jay Christy
|
0f838074b1
|
git
|
2023-11-12 00:51:41 -05:00 |
|
Malek
|
76715755f0
|
Merge pull request #38 from TheButlah/improve-android-example
Improved android example
|
2023-11-09 13:29:53 -08:00 |
|
Ryan Butler
|
71e3f04973
|
Improved android example
|
2023-11-09 02:10:15 -05:00 |
|
ForTehLose
|
9186f92883
|
Merge pull request #37 from ForTehLose/optionalHands
only add hand resource if we support the ext
|
2023-11-08 16:19:29 -05:00 |
|
ForTehLose
|
02cbbccf5e
|
Merge pull request #34 from Schmarni-Dev/lib_rs
Added Android Support to demo
|
2023-11-08 16:18:14 -05:00 |
|
Jay Christy
|
c93127f24c
|
fixed a few things
|
2023-11-08 15:02:49 -05:00 |
|
Jay Christy
|
966df736d7
|
also change the resource based on ext
|
2023-11-08 14:27:53 -05:00 |
|
Jay Christy
|
de0807d308
|
only add hand resource if we support the ext
|
2023-11-08 14:21:03 -05:00 |
|
Schmarni
|
0377ae9a34
|
revert some commits
|
2023-11-08 19:52:19 +01:00 |
|
Schmarni
|
3b4d27a36f
|
maybe all features are needed?
|
2023-11-08 07:31:31 +01:00 |
|
Schmarni
|
0f7194ab4d
|
made android support completly transparent to the user, at the cost of being able to force disable openxr linking
|
2023-11-08 07:18:22 +01:00 |
|
Schmarni
|
f552f889fe
|
implemented a way less clean thingy
|
2023-11-08 06:33:30 +01:00 |
|
Schmarni
|
b207ff64c0
|
Well removed demo as a Cargo Example because it does not like being build that way
|
2023-11-08 05:36:03 +01:00 |
|
Schmarni
|
d086fc3731
|
maybe this fixed the library not found issue?
|
2023-11-08 05:12:27 +01:00 |
|
Schmarni
|
6a340477a5
|
added android support that hopefully doesn't break windows this time
|
2023-11-08 05:04:39 +01:00 |
|
Malek
|
4f9b57f6b9
|
Merge pull request #32 from Schmarni-Dev/push_main_2
Add Hand tracking
|
2023-11-07 19:16:02 -08:00 |
|
Schmarni
|
e3fd2df070
|
Just added android support
|
2023-11-08 04:09:58 +01:00 |
|
Schmarni
|
4307d2a66e
|
Refactord main.rs into lib.rs as Preperation for android support
|
2023-11-08 03:14:50 +01:00 |
|
Schmarni
|
c488e1feb6
|
lets not brake the code
|
2023-11-08 02:49:07 +01:00 |
|
Schmarni
|
ef9e20b7d5
|
minimal clean up
|
2023-11-08 02:47:10 +01:00 |
|
Schmarni
|
e401554c97
|
removed unnecessary openxr extension
|
2023-11-08 02:42:18 +01:00 |
|
Schmarni
|
979c2fdd40
|
copied src from Schmarni-Dev/bevy_openxr:demo
|
2023-11-08 02:38:56 +01:00 |
|
Malek
|
78ee35df2a
|
Merge pull request #31 from kayhhh/add-repository
add repository to package metadata
|
2023-11-07 15:21:28 -08:00 |
|
Kayh
|
6b7a53f730
|
add repository to package metadata
|
2023-11-07 17:49:12 -05:00 |
|
Malek
|
e1fb77b941
|
Merge pull request #29 from DanielQuick/ignore-panic-when-removing-headset
Ignore end_frame error
|
2023-11-07 11:58:33 -08:00 |
|
DanielQuick
|
19f4741cef
|
warn instead of ignoring error
|
2023-11-07 13:46:44 -06:00 |
|
Malek
|
fc2a705abf
|
Merge pull request #30 from ForTehLose/demo
Demo
|
2023-11-07 11:26:34 -08:00 |
|
Jay Christy
|
a1cd9e3c69
|
forgot the crate rename
|
2023-11-07 13:58:48 -05:00 |
|
Jay Christy
|
5be6459b3e
|
Merge branch 'main' into demo
|
2023-11-07 13:37:46 -05:00 |
|
Jay Christy
|
207766130e
|
added collision groups, and removed rapierdebugger
|
2023-11-07 13:36:05 -05:00 |
|
Jay Christy
|
a35e7b1330
|
this works much better, still bad though
|
2023-11-07 12:40:14 -05:00 |
|
DanielQuick
|
42adcea19e
|
ignore end_frame error
|
2023-11-07 11:29:16 -06:00 |
|
Jay Christy
|
7a29d1bd36
|
welp this works better
|
2023-11-07 01:48:05 -05:00 |
|
Jay Christy
|
242759eca2
|
updates
|
2023-11-06 23:39:37 -05:00 |
|
MalekiRe
|
a807b285d4
|
added licenses to cargo.toml
|
2023-11-06 16:44:58 -08:00 |
|
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 |
|
Jay Christy
|
566377de2a
|
Merge branch 'main' into demo
|
2023-11-06 15:44:13 -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 |
|
Jay Christy
|
2b7e625043
|
still workin on velocity matching
|
2023-11-06 14:51:48 -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 |
|