Commit Graph

  • e2f7f840a9 renamed types and fixed errors awtterpip 2024-04-18 17:26:36 -05:00
  • f585c9e2dc cleaned up code and created webxr crate awtterpip 2024-04-18 17:06:56 -05:00
  • d98b9a4455 Revert "move to single crate for webxr and openxr" awtterpip 2024-04-18 16:30:18 -05:00
  • 5e769ef52b move to single crate for webxr and openxr awtterpip 2024-04-15 18:13:17 -05:00
  • 3296a0a4ba update flake.nix awtterpip 2024-04-15 15:02:22 -05:00
  • e2a664dfec remove unnecesary component awtterpip 2024-04-13 17:05:47 -05:00
  • da1082a5ed Merge pull request #85 from Salzian/disable-vsync-on-android Schmarni 2024-04-09 16:30:27 +02:00
  • e6d1a6dd89 Merge branch 'main' into disable-vsync-on-android Salzian 2024-04-09 13:32:34 +02:00
  • 94f1f9dd80 Merge pull request #86 from Schmarni-Dev/fix-ci Schmarni 2024-04-09 04:28:05 +02:00
  • 7f5e2e9496 fix checks Schmarni 2024-04-06 23:23:38 +02:00
  • 9972827c5c Update README.md Malek 2024-04-02 12:33:50 -07:00
  • 38a92cbe12 Disabled vsync Salzian 2024-03-31 00:56:24 +01:00
  • a299702f7a derive macro for actions awtterpip 2024-03-28 20:00:54 -05:00
  • 42dc01dc6a somewhat working actions awtterpip 2024-03-24 20:59:21 -05:00
  • 6f5aa468c8 added nix flake and started actions awtterpip 2024-03-22 21:19:43 -05:00
  • c6d0686708 Merge pull request #81 from Schmarni-Dev/crash_on_session_create_no_instance_fix Schmarni 2024-03-22 19:44:00 +01:00
  • cda25f44e9 Merge pull request #83 from Foxinatel/not-like-the-others Schmarni 2024-03-22 02:58:21 +01:00
  • 97c8ffb3fd That's the weirdest metacarpal I've seen in a while Foxinatel 2024-03-21 15:43:12 +00:00
  • 92a0563357 fix panic when trying to start a session without an instance Schmarni 2024-03-20 21:27:01 +01:00
  • 05e7f2a9a8 xr cleanup code awtterpip 2024-03-17 20:57:01 -05:00
  • 68a7e54612 removed unnecessary mutex awtterpip 2024-03-16 23:09:27 -05:00
  • 8ea04d5ddd no jitter at all awtterpip 2024-03-16 23:05:30 -05:00
  • cabe99a138 moved wait image awtterpip 2024-03-16 22:49:02 -05:00
  • 61087029db jittering fixed yes awtterpip 2024-03-16 22:12:11 -05:00
  • cc6e25cd17 fixed jitter awtterpip 2024-03-16 21:27:01 -05:00
  • 78c6cc2192 maybe fixed jittering? awtterpip 2024-03-16 20:19:15 -05:00
  • b77bb954d0 some init code awtterpip 2024-03-16 19:42:50 -05:00
  • ada26ebb92 fixed jitter awtterpip 2024-03-16 18:53:55 -05:00
  • 8e70df221f Merge pull request #80 from Schmarni-Dev/openxr-crates-io Schmarni 2024-03-16 22:43:05 +01:00
  • 8a9feb7d3b fmt Schmarni 2024-03-16 22:35:44 +01:00
  • 1b388929f6 Use the crates.io version of openxr Schmarni 2024-03-16 22:33:35 +01:00
  • 747aff2fd4 change xr status awtterpip 2024-03-15 23:28:05 -05:00
  • 9a556289de more rendering code awtterpip 2024-03-14 21:34:42 -05:00
  • 9b39148e67 frame jitter stop awtterpip 2024-03-14 20:50:35 -05:00
  • cab71f4260 move locate views to later in the render schedule awtterpip 2024-03-14 19:45:31 -05:00
  • e1d5de1a94 fix camera jitter awtterpip 2024-03-14 19:40:50 -05:00
  • ec2a538010 add update_views system awtterpip 2024-03-14 18:01:45 -05:00
  • b897dc312e fix projection awtterpip 2024-03-14 18:00:56 -05:00
  • e7e156666c beginning of action system awtterpip 2024-03-13 20:15:01 -05:00
  • db3539d975 add documentation and satisfy clippy awtterpip 2024-03-10 20:14:46 -05:00
  • 91eb263b4f rendering code and api crate awtterpip 2024-03-10 19:59:19 -05:00
  • 47eba9215f rendering code awtterpip 2024-03-08 18:27:33 -06:00
  • c292988e45 remove unused function awtterpip 2024-02-27 22:47:07 -06:00
  • ca007e8937 move graphics initialization to instance awtterpip 2024-02-27 22:45:12 -06:00
  • 882b173dc5 Merge pull request #75 from TheButlah/thebutlah/clean-up-workspace Schmarni 2024-02-23 18:32:10 +01:00
  • 4a4f89085b Merge branch 'main' into thebutlah/clean-up-workspace Schmarni 2024-02-23 18:29:10 +01:00
  • 3b26a280dc Merge pull request #73 from TheButlah/thebutlah/stop-ignore-cargolock Schmarni 2024-02-23 10:43:32 +01:00
  • 1829394f8a Merge pull request #76 from Schmarni-Dev/polishing Schmarni 2024-02-23 10:25:21 +01:00
  • 5c46060f6a rm pipelined_rendering Schmarni 2024-02-23 09:07:12 +01:00
  • f8de3fc7fb CI should use cargo fmt and not cargo update Ryan Butler 2024-02-23 01:02:58 -05:00
  • 0799670f73 Fixed some lints Ryan Butler 2024-02-23 00:58:39 -05:00
  • b4b36f9fb2 cleaned up workspace Ryan Butler 2024-02-23 00:47:08 -05:00
  • e128bb87d3 Merge pull request #74 from Schmarni-Dev/polishing Schmarni 2024-02-23 06:32:09 +01:00
  • 01f23e7d8c expose sync pipeline comp, label pipelined rendering as experimental and disable it by default Schmarni 2024-02-23 06:26:03 +01:00
  • c3c952780c stop ignoring cargo lock Ryan Butler 2024-02-23 00:14:40 -05:00
  • dbc3a1c19a Merge pull request #50 from SafariMonkey/implement-d3d12 SafariMonkey 2024-02-23 03:45:51 +00:00
  • 59ce1f52d1 Default to dxc compiler because fxc is too slow Charlton Rodda 2023-12-12 17:03:41 +00:00
  • 91a4f2a544 Dynamically detect D3D12 feature level Charlton Rodda 2023-12-10 02:57:03 +00:00
  • 7502fc16ea Add error if no backend is enabled Charlton Rodda 2023-12-10 02:11:11 +00:00
  • faa0f699e2 Log message consistency Charlton Rodda 2023-12-10 00:06:19 +00:00
  • 8e0837b8ca Make d3d12 build by default if possible Charlton Rodda 2023-12-01 12:10:00 +00:00
  • ff4ff6472a Add runtime backend selection Charlton Rodda 2023-12-01 12:03:02 +00:00
  • a4397a5fbb Replace as with .cast() Charlton Rodda 2023-12-10 00:11:39 +00:00
  • 2f89242f32 Initial implementation of D3D12 Charlton Rodda 2023-12-01 09:14:47 +00:00
  • f63081906d Copy paste static parts of wgpu format table Charlton Rodda 2023-12-01 10:28:46 +00:00
  • 65edb06361 Fix Vulkan version message Charlton Rodda 2023-12-01 08:53:11 +00:00
  • 0551339f0b Merge pull request #71 from Schmarni-Dev/disabling-pipelined-rendering Schmarni 2024-02-22 21:50:09 +01:00
  • b183bf72ac allow disabling of pipelined rendering and disable one log in handtracking Schmarni 2024-02-22 14:43:48 +01:00
  • 1b5598ab0b Update README.md Malek 2024-02-22 02:49:23 -08:00
  • 1fc0421373 Merge pull request #70 from Schmarni-Dev/fix_readme Schmarni 2024-02-22 11:43:21 +01:00
  • b2504f922c remove recommendations from README since ndk was fixed upstream and the bevy_pbr fork is out of date Schmarni 2024-02-22 11:40:16 +01:00
  • fd08e0dea7 Update README.md Malek 2024-02-22 02:38:38 -08:00
  • 76cb11dad2 Merge pull request #68 from Schmarni-Dev/runtime_sessions Schmarni 2024-02-22 11:27:30 +01:00
  • 4f753b68de fmt Schmarni 2024-02-22 10:40:53 +01:00
  • adb8b13675 remove unnecessary log statements Schmarni 2024-02-22 10:28:34 +01:00
  • bc6f2639c1 pipelined rendering, quest handtracking fix for examples, choose exiting behaviour, and allow not starting a session at startup Schmarni 2024-02-22 10:02:50 +01:00
  • 889ee3cc5d session restarting workscargo run --release --example xr! views fixed and late latching for views Schmarni 2024-02-22 09:12:16 +01:00
  • 3f27c8d362 core dumps on session end Schmarni 2024-02-22 04:54:04 +01:00
  • 4779993ae2 add prelude Schmarni 2024-02-20 13:36:05 +01:00
  • df71c7931d update to bevy 0.13. TODO: fix view weirdness and do a pass over most of xr_input to turn the modules into plugins Schmarni 2024-02-20 09:15:21 +01:00
  • a95462b91d pre bevy 0.13 Schmarni 2024-02-20 06:57:06 +01:00
  • bda328f434 remove unnecessary trait awtterpip 2024-02-18 21:18:38 -06:00
  • 80d6cadadf openxr changes awtterpip 2024-02-18 21:12:48 -06:00
  • 08e98dd051 xr resources code awtterpip 2024-02-17 17:34:18 -06:00
  • 31d7b05b4a handtracking not working on quest 2 v62 Schmarni 2024-02-15 06:04:16 +01:00
  • cea1d58a15 more webxr support awtterpip 2024-02-13 16:06:30 -06:00
  • 3803968b7c clean up passthrough, change hand entity behavior and add cleanup steps to some plugins Schmarni 2024-02-12 09:05:44 +01:00
  • ab8a95b7a5 pull main, refactor passthrough Schmarni 2024-02-05 07:46:52 +01:00
  • 74c0813c48 wip Schmarni 2024-02-05 02:43:03 +01:00
  • 9704607c8c stuff Schmarni 2024-02-05 02:27:27 +01:00
  • a078d4baa9 small changes awtterpip 2024-02-01 17:45:17 -06:00
  • 71a08798ef Working passthrough for Meta Quest 3 (#66) Rasmus Hogslätt 2024-02-01 05:05:24 +01:00
  • dafb59ff3d path changes awtterpip 2024-01-31 21:19:09 -06:00
  • 96ebb1e7e6 openxr implementation complete awtterpip 2024-01-31 20:12:14 -06:00
  • 4678013e1c path refactor awtterpip 2024-01-30 19:58:26 -06:00
  • 10825557c6 small changes awtterpip 2024-01-29 21:23:29 -06:00
  • 5c81f135e7 fix late latching? Schmarni 2024-01-29 04:17:20 +01:00
  • 1e4db18f84 commit Schmarni 2024-01-27 04:06:27 +01:00
  • ac7c1089d9 fixed pipelined rendering on quest 2 Schmarni 2024-01-26 04:35:51 +01:00
  • 9d6d60cbe7 implement simple pipelined rendering Schmarni 2024-01-25 06:39:44 +01:00