Commit Graph

96 Commits

Author SHA1 Message Date
Aleksander 7e2033edd7 space gravity: floor level 2026-05-30 11:54:36 +02:00
Aleksander 51f3126cae Space gravity UI improvements 2026-05-30 11:30:54 +02:00
Aleksander f6d6ff067f space reset & gravity conflict bugfix, add ground friction slider 2026-05-29 19:21:25 +02:00
Aleksander c7037f8941 wayvr: Space gravity (wip) 2026-05-19 22:46:43 +02:00
galister 9734955ebb dont show skymap tab if not openxr 2026-04-23 19:58:02 +09:00
galister 16446f7808 Merge remote-tracking branch 'origin/feat-skybox-catalog' 2026-04-22 18:24:12 +09:00
galister 5615186654 revert: feat: swipe to type (#451) 2026-04-22 17:43:38 +09:00
galister 266b0fd507 reconfigure_environment_blend to handle chroma + skybox + alpha 2026-04-17 14:44:25 +09:00
Aleksander 7f822b6787 dash-frontend: Skymap catalog fetch 2026-04-17 12:10:18 +09:00
Aleksander 26f5be36b6 dash-frontend: Chroma key settings 2026-04-11 13:48:49 +02:00
galister 5eb258e310 update libmonado-rs & oxr chroma key 2026-04-10 20:01:39 +09:00
galister bec00c6f48 fmt 2026-04-10 14:47:36 +09:00
Diamond White db1675d399
feat: swipe to type (#451)
* start to integrate swipetype with keyboardstate

* successful debug implementation

* change to git dependency

* add manual trigger to app image build to test

* use latest swipeType lib to test including binaries

* use clipboard to paste swipe output

* use new prediction engine, move swipe type related logic to its own module

* update appimage bulid to support building ort runtime

* implement swipe selection ui in keyboard overlay

* only add motion data for the device that started the swipe

* process swipes on separate thread to not block ui

* add toggle to settings.rs

* default swipe to type config to false

* remove println, minor fix

* use correct key_dimensions

* use latest swipe_type library version

* optionally use wayvr compositor clipboard when pasting

* remove unused imports

* fix typo in log::error

* fix within key positioning

* run swipes on AltGr keycaps
2026-04-10 14:46:22 +09:00
Aleksander 0a4fc34fac dash-interface: fetch client IDs, toggle filter 2026-04-02 17:43:10 +02:00
Aleksander c16c403966 display debug graphs 2026-04-02 17:43:10 +02:00
Aleksander 0f6f344c97 protobuf parser, read metrics, move async executor to wlx_common 2026-04-02 17:43:10 +02:00
Aleksander f44c4b78bc cargo clippy 2026-03-31 22:15:14 +02:00
Aleksander 5420efa4d3 wayvr: Fix default locale fallback not working properly (regression caused by PR #411) 2026-03-31 21:02:44 +02:00
Earthgames 1a74eb1507 Use a more common name 2026-03-08 01:18:35 +09:00
Earthgames ad78fdab24 Hack in full lang codes
Add British
2026-03-08 01:18:35 +09:00
Torge Matthies 39152b8548
add option for grid opacity 2026-02-25 20:59:17 +01:00
Aleksander 94c36076af Language selector and "requires restart" info 2026-02-12 20:53:06 +01:00
Sapphire d713302d0d add option to block poses when using keyboard (OpenXR only) 2026-02-08 01:13:56 +09:00
galister ac65bca05a only write non-default attributes to state 2026-02-05 11:55:03 +09:00
galister 6960652379 reset playspace button in settings 2026-01-25 11:44:17 +09:00
galister 3ec1dd7f4e mouse-motion-only handsfree modes 2026-01-25 11:43:44 +09:00
galister c222c25ddf angle fade (partial, need monado fix) 2026-01-22 01:00:44 +09:00
Aleksander 7b3a2a1e48 UI gradient intensity slider, update wgui Defaults for dashboard, prepend ui-related config entries with `ui_` 2026-01-18 03:20:29 +00:00
Orion 0181119393
input blocking improvements (#399)
* move input blocking hover logic into InteractionState

* add per-window input blocking setting

* OpenVR: per-hand input blocking

* move block_input setting into OverlayWindowState
2026-01-18 03:09:22 +00:00
galister 9d43068271 adjust mouse for stereo 2026-01-14 14:24:14 +09:00
galister fd24060d7b handsfree mode 2026-01-13 19:15:51 +09:00
Jay 7059a85742
Re-implement custom audio files support. (#379)
* reimplement custom audio loading for `toast` and `key_click` using `from_mp3`

* run cargo fmt

* `try_bytes_from_config`: output with `log::trace` when file cannot be opened

* rewrite `try_bytes_from_config`

* use file `read_to_end`, log categories

* edit `register_wgui_samples`

* rework audio functions for loading custom wgui sounds
oh hey, it works!

* clean up

* allow custom `startup` and `app_start` sounds
these sounds are loaded on-demand and never registered; this behaviour is unchanged

* edit `bytes_from_config` outputs

* use return value of `read_to_end` instead of `len()` for reported file size

* implement suggested changes
- remove now-unused `register_mp3_sample_from_assets` function
- replace implementation of `try_bytes_from_config`
  - missing the `real_path` context

* swap out `context`s for `inspect_err`s with closures to output `real_path`

* clean up `audio.rs`
- remove unused import
- unify capitalisation + quotes in output messages.
2026-01-12 12:42:03 +00:00
amoshydra ce5191ddd1 feat: add full frame 3d support
Related to #346
2026-01-11 12:03:45 +00:00
galister 07cb0e7ab8 fix icon loading in cache folder missing 2026-01-10 22:51:22 +09:00
galister 9a23fdc541 license fixes 2026-01-10 20:52:33 +09:00
galister 5dc6b66cc1 rework stereo mode 2026-01-10 12:20:53 +09:00
galister 6cf4c1fe8f custom panel icons 2026-01-10 04:17:01 +09:00
galister 9547da21ce X button on dashboard 2026-01-10 03:18:08 +09:00
galister ac05e95e9c rename to wayvr 2026-01-09 23:38:47 +09:00
galister eb69ec8fe3 remove wayvr feature 2026-01-09 19:41:24 +09:00
galister 5e77bab588 zwlr_screencopy v3 support 2026-01-09 18:47:45 +09:00
Aleksander b260c6c625 Update Monado IPC, display brightness slider 2026-01-08 20:54:43 +01:00
Aleksander e421c39539 Monado app switcher, lang update 2026-01-08 19:46:34 +01:00
galister 437840fecb app autostart 2026-01-09 00:12:36 +09:00
galister 390338c4a5 keyboard middle click setting; docs, readme & logs 2026-01-08 20:47:52 +09:00
galister e9230f6f9f dropdown for capture_method + random tweaks 2026-01-08 16:57:37 +09:00
galister 150e6c4e40 settings saving 2026-01-08 03:21:33 +09:00
galister 2f010bb42b settings tab buttons; autorestart 2026-01-08 02:19:00 +09:00
galister 4d1154cdcb watch rework 2026-01-08 01:06:54 +09:00
galister 819313200b fix hidden overlays all popping up after restart 2026-01-07 20:23:19 +09:00