Commit Graph

303 Commits

Author SHA1 Message Date
awtterpip
05e7f2a9a8 xr cleanup code 2024-03-17 20:57:01 -05:00
awtterpip
68a7e54612 removed unnecessary mutex 2024-03-16 23:09:27 -05:00
awtterpip
8ea04d5ddd no jitter at all 2024-03-16 23:05:30 -05:00
awtterpip
cabe99a138 moved wait image 2024-03-16 22:49:02 -05:00
awtterpip
61087029db jittering fixed yes 2024-03-16 22:12:11 -05:00
awtterpip
cc6e25cd17 fixed jitter 2024-03-16 21:27:01 -05:00
awtterpip
78c6cc2192 maybe fixed jittering? 2024-03-16 20:19:15 -05:00
awtterpip
b77bb954d0 some init code 2024-03-16 19:42:50 -05:00
awtterpip
ada26ebb92 fixed jitter 2024-03-16 18:53:55 -05:00
awtterpip
747aff2fd4 change xr status 2024-03-15 23:28:05 -05:00
awtterpip
9a556289de more rendering code 2024-03-14 21:34:42 -05:00
awtterpip
9b39148e67 frame jitter stop 2024-03-14 20:50:35 -05:00
awtterpip
cab71f4260 move locate views to later in the render schedule 2024-03-14 19:45:31 -05:00
awtterpip
e1d5de1a94 fix camera jitter 2024-03-14 19:40:50 -05:00
awtterpip
ec2a538010 add update_views system 2024-03-14 18:01:45 -05:00
awtterpip
b897dc312e fix projection 2024-03-14 18:00:56 -05:00
awtterpip
e7e156666c beginning of action system 2024-03-13 20:15:01 -05:00
awtterpip
db3539d975 add documentation and satisfy clippy 2024-03-10 20:14:46 -05:00
awtterpip
91eb263b4f rendering code and api crate 2024-03-10 19:59:19 -05:00
awtterpip
47eba9215f rendering code 2024-03-08 18:27:33 -06:00
awtterpip
c292988e45 remove unused function 2024-02-27 22:47:07 -06:00
awtterpip
ca007e8937 move graphics initialization to instance 2024-02-27 22:45:12 -06:00
awtterpip
bda328f434 remove unnecessary trait 2024-02-18 21:18:38 -06:00
awtterpip
80d6cadadf openxr changes 2024-02-18 21:12:48 -06:00
awtterpip
08e98dd051 xr resources code 2024-02-17 17:34:18 -06:00
awtterpip
cea1d58a15 more webxr support 2024-02-13 16:06:30 -06:00
awtterpip
a078d4baa9 small changes 2024-02-01 17:45:17 -06:00
awtterpip
dafb59ff3d path changes 2024-01-31 21:19:09 -06:00
awtterpip
96ebb1e7e6 openxr implementation complete 2024-01-31 20:12:14 -06:00
awtterpip
4678013e1c path refactor 2024-01-30 19:58:26 -06:00
awtterpip
10825557c6 small changes 2024-01-29 21:23:29 -06:00
awtterpip
f5f33268ff finish oxr rendering implementation 2024-01-12 08:22:45 -06:00
awtterpip
1a8a235eaa finish rendering 2024-01-11 20:24:10 -06:00
awtterpip
9e0c586610 added return value 2024-01-04 13:49:02 -06:00
awtterpip
c87dd90674 openxr impl progress 2024-01-04 13:47:15 -06:00
awtterpip
6d39fb0a65 oxr backend progress 2023-12-29 17:02:48 -06:00
awtterpip
7bd9a13458 fix wasm compile error 2023-12-27 20:35:42 -06:00
awtterpip
995138ddc9 changed path id 2023-12-27 20:33:25 -06:00
awtterpip
e615249ed3 fix gitignore 2023-12-27 20:17:09 -06:00
awtterpip
4df8b38302 add comment 2023-12-27 20:09:45 -06:00
awtterpip
b43f875b3b add doc comments 2023-12-27 20:03:41 -06:00
awtterpip
660dd32d84 api changes 2023-12-27 19:20:59 -06:00
awtterpip
fd5323069f api changes 2023-12-27 19:04:21 -06:00
awtterpip
ffa9e6d080 move to api crate 2023-12-26 14:20:22 -06:00
awtterpip
037f719329 begin refactor 2023-12-11 12:59:37 -06:00
Oli Scherer
7947dd097c Enable locomotion to handle arbitrary rotations of the view space (#49)
* Enable locomotion to handle arbitrary rotations of the view space

Previously it assumed that "up" was always the Y axis

* Eliminate jitter

---------

Co-authored-by: Oliver Scherer <github@oli-obk.de>
2023-12-10 00:12:25 -08:00
Schmarni
786fb4fe9f fixed controllers (#54)
* basics done? now to the fun part: changing the ENTIRE lib to work with xr and non xr

* updated stuff and renamed file

* actually add the renamed file into git lol :3

* made lib fallback to flat when no runtime is found but can't compile with default settings under those circumstances

* Update Cargo.toml

* fixed version conflict

* ununcommented the action sync system and changed other small stuff
2023-12-09 15:36:01 -08:00
Schmarni
e0c9d88767 fixed version conflict (#53)
* basics done? now to the fun part: changing the ENTIRE lib to work with xr and non xr

* updated stuff and renamed file

* actually add the renamed file into git lol :3

* made lib fallback to flat when no runtime is found but can't compile with default settings under those circumstances

* Update Cargo.toml

* fixed version conflict
2023-12-09 15:07:25 -08:00
Schmarni
28008f7964 Fallback to flat when no oxr runtime is found (#51)
* basics done? now to the fun part: changing the ENTIRE lib to work with xr and non xr

* updated stuff and renamed file

* actually add the renamed file into git lol :3

* made lib fallback to flat when no runtime is found but can't compile with default settings under those circumstances
2023-12-08 21:09:48 -08:00
Malek
d9ebd5bf0c Merge pull request #47 from aMySour/patch-1
Update Cargo.toml to change bevy_openxr to bevy_oxr in GitHub link
2023-12-02 13:14:37 -08:00