Aleksander
0fdc0e3828
dash-frontend: clock, wgui: refactoring, non-panicking casts
2025-09-16 20:09:13 +02:00
Aleksander
54767d75da
dash-frontend: tabs, other fixes (desc)
...
- set rustfmt line width to 120 columns by default for wgui
- dashboard tabs
- wgui: `remove_children`
2025-09-15 20:37:55 +02:00
Aleksander
1d8f8aca3e
move uidev dashboard to `dash-frontend` crate
2025-09-13 12:16:38 +02:00
Aleksander
eaa81450b5
wgui: basic i18n support, refactoring: use `LayoutState`, translation framework (LLM-based generator)
2025-08-02 23:31:23 +02:00
Aleksander
4e46c45bcf
wgui: Refactoring, various changes (see desc)
...
- use parking_lot for mutex (less restrictive and easier to use)
- simplify event callbacks and widget type casting
- defer component initialization at start (required for setting the initial state of sliders)
- fix non-working scroll events
- update testbed.xml
- replace slider with the real one in bar.xml
- show slider text on its handle
2025-07-29 22:12:01 +02:00
galister
9759dff8b9
move uidev to workspace root
2025-06-21 17:39:28 +09:00
Aleksander
e09783791f
wgui: fully working templates!
2025-06-18 19:08:46 +02:00
Aleksander
231b8bc3e1
wgui: use ouroboros self-ref struct
2025-06-17 22:54:21 +02:00
galister
f05d3a8251
new workspace
2025-06-18 01:14:04 +09:00
galister
95f2ae4296
wip: wgui backend
2025-06-18 01:06:53 +09:00
galister
9c0fd4ec21
go back to linked openxr
2025-06-01 07:45:30 +09:00
James Hogan
b543a6890e
Update openxrs to fix jsoncpp compilation error ( #215 )
...
Update openxrs to get the fix for a cmake error: "requires target
'jsoncpp_interface' that is not in any export set" [1], and update call
to create_space() to take an API change [2] into account.
[1] https://github.com/Ralith/openxrs/issues/148
[2] d8ea5553d5
2025-05-16 19:22:22 +00:00
galister
c44a998c67
add flatpak manifest
2025-05-14 11:04:44 +02:00
galister
a221734e23
improve logging around wayland/x11 init
2025-05-10 16:52:35 +09:00
galister
adc96ab1b5
update libmonado
2025-04-15 15:59:15 +09:00
galister
bcc9f5d277
Release 25.4.2
2025-04-12 18:04:00 +09:00
galister
21a4797d2a
update wlx-capture
2025-04-11 02:23:01 +09:00
galister
f12d151abf
workaround attempt for cosmic desktop
2025-04-11 02:05:11 +09:00
galister
5ca634b552
Release 25.4.1
2025-04-10 05:11:24 +09:00
galister
bc6c510af1
get rid of cstr dependency
2025-04-07 04:46:47 +09:00
galister
60850d8d70
get rid of once_cell
2025-04-07 03:31:58 +09:00
galister
2952a3cea1
update vulkano
2025-04-07 02:33:40 +09:00
galister
3365aefc13
update deps
2025-04-06 22:15:22 +09:00
galister
cf29682e66
rework rendering backend
2025-04-06 22:12:56 +09:00
galister
55867e803f
Release 25.4
2025-04-04 04:06:11 +09:00
Aleksander
36074307b7
Use tracing-subscriber for logging ( #175 )
2025-03-09 17:05:18 +00:00
galister
fa3af63e89
pin smithay version
2025-03-09 05:02:04 +09:00
galister
009862e2a2
Release 25.3
2025-03-02 21:52:50 +09:00
Aleksander
075e55a8e8
WayVR: Add `DashboardShown` and `DashboardHidden` events, add `WlxInputState` support ( #167 )
...
Wlx: Fix various Clippy warnings
2025-02-28 21:05:27 +00:00
galister
507ff7353e
Release 25.2
2025-02-20 06:26:35 +09:00
galister
c5a82c2879
update libmonado
2025-02-20 06:26:35 +09:00
Aleksander
3c67abcebb
WayVR: Layouting system, state changing feedback, process userdata, various IPC changes
...
WayVR:
- Layouting system (tiled and stacked)
IPC:
- Implemented routes: `WvrDisplaySetWindowLayout`, `WvrDisplayWindowList`, `WvrWindowSetVisible`, `WvrProcessGet`,
- Packet broadcasting
- State change feedback to the client (displays/windows/processes)
2025-01-31 20:00:56 +01:00
Aleksander
8766999e28
WayVR: Haptics support, fix warnings, EGL fix, display visibility IPC, bump dashboard resolution to 1080p
2025-01-23 20:26:34 +01:00
Aleksander
80d9b02ac7
WayVR: Display removal support
2025-01-19 15:20:52 +01:00
Aleksander
83026deaab
WayVR: Add dmabuf (backend_drm) to the compositor. Fixes crash for webkitgtk apps
2025-01-16 22:27:13 +01:00
Aleksander
d8180bb4ed
WayVR: Update IPC, send runtime info, update deps
2025-01-14 22:42:18 +01:00
Aleksander
eb3087f230
Merge Staging into main ( #130 )
...
* config: add use_passthrough
* do not use ALPHA_BLEND if passthrough is off
* keyboard.yaml auto_labels
* OSC: Finish XSOverlay parity (#124 )
* osc-battery - utilise match return value to set parameter
this just lets parameter be a `&str` instead of a `String`, and reduces repetition.
* osc-battery - fix error where trackers were 1-indexed instead of 0-indexed
* osc-battery: xsoverlay parity! add average tracker and controller battery parameters.
this should now be in parity with xsoverlay's parameters.
gone back to 1-indexing trackers because it's more user-friendly, so other programs can standardise more easily.
* osc battery: ...that was not 1-indexed.
no idea how I made that mistake but the sent tracker parameters were actually still 0-indexed.
* Update Envision section (#123 )
add directions for appimage autostart
* Add Flatpak instructions (#127 )
* Add Flatpak instructions
fix small inconsistencies between instructions
* Clarify Flatpak Steam setup for SteamVR and Monado/WiVRn users
* Additional instructions
* default AltLayout is None
* WayVR: IPC [1]: Local socket server, handshake receiver
* WayVR : IPC [2]: `ListDisplays`, `GetDisplay` commands
* WayVR: IPC [3]: `ListProcesses`, `TerminateProcess` commands
* WayVR: IPC [4]: Minor refactoring
* WayVR: Move IPC to separate Git repository
* Restore default features in Cargo.toml
* WayVR: Implement `WvrDisplayCreate`, Implement `WvrProcessLaunch`, Refactoring
* WayVR: Dashboard toggle support, minor refactoring
* Update Cargo.toml
* fix formatting for openxr_actions.json5
---------
Co-authored-by: galister <22305755+galister@users.noreply.github.com>
Co-authored-by: Jay <157681441+cubee-cb@users.noreply.github.com>
Co-authored-by: Marcus Howser <mhowser.git@mailbox.org>
Co-authored-by: Joshua Vandaële <joshua@vandaele.software>
2025-01-11 08:46:54 +00:00
galister
3b3138cfe9
update wlx-capture
2024-11-23 21:30:38 +09:00
galister
30736575be
update wlx-capture
2024-11-23 18:04:07 +09:00
galister
bdf02ea206
update deps, back to env_logger, fix screen transform
2024-11-20 22:50:22 +01:00
galister
e23444aa89
apply pipewire transforms to screens
2024-11-20 22:50:22 +01:00
Aleksander
edfa77e07c
Integrate WayVR into wlx directly
2024-10-18 21:11:56 +02:00
galister
85aa0fb1bc
release 0.6
2024-09-28 01:54:53 +09:00
galister
8d35b45c2b
rollback vulkano
2024-09-24 11:45:29 +02:00
galister
3f425820d7
release 0.5.0
2024-09-19 05:29:27 +09:00
raku-cat
850601b3b9
Update wlx-capture
2024-08-12 12:16:10 +00:00
galister
d9287f3250
Release 0.4.4
2024-08-11 06:23:38 +09:00
galister
50c3f49989
hmd pose from view space
2024-08-09 08:38:37 +09:00
galister
ee3fbff44c
release 0.4.3
2024-08-04 06:57:11 +09:00
galister
c3c8694e1a
update deps
2024-08-02 16:49:55 +00:00
Torge Matthies
1de9cea397
feat: openxr battery status
2024-08-02 16:33:09 +00:00
galister
3d0611052f
switch to using libmonado-rs
2024-07-31 05:28:34 +09:00
galister
7a6040bfee
feat: ui sprites + openxr skybox
2024-07-24 21:06:37 +00:00
galister
d58268b8ec
downgrade freetype
2024-07-17 14:22:06 +00:00
galister
bdc500973c
feat: cubic filtering
2024-07-11 16:23:48 +09:00
galister
39595faaad
update deps
2024-06-26 12:02:29 +09:00
galister
1fc6cb4a36
bump version
2024-06-23 09:57:29 +09:00
galister
abc132c553
cargo update
2024-06-17 10:07:00 +09:00
HavenOfTheRaven
c06ec6d974
Update Dependencies ( #48 )
...
* updated dependencies
* updated vulkano and ash with fixes
2024-06-16 14:49:45 +00:00
galister
40383f2529
release v0.4.1
2024-06-09 10:08:02 +09:00
galister
8ae65083f9
update cargo lock
2024-06-08 10:13:48 +09:00
galister
52a56cfd90
more detailed screen prompt
2024-06-08 08:54:07 +09:00
galister
415ef91a43
feat: PipeWire capture on X11
...
Co-authored-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-06-06 01:08:20 +09:00
galister
3a3cda7a45
feat: libxkbcommon layouts
2024-06-05 19:54:11 +09:00
galister
b8a0e3630d
feat: configurable openxr bindings
2024-06-04 17:13:44 +09:00
galister
773ff6885d
pipewire: better desktop compatibility (Niri)
2024-06-03 22:57:42 +09:00
galister
4a45683650
feat(openxr): Monado playspace mover
...
Co-authored-by: RinLovesYou <xxklintan123xx@gmail.com>
2024-06-03 11:04:45 +09:00
galister
c70833b86a
feat: persist layout between sessions
2024-04-25 02:13:18 +02:00
galister
7ca6df6d3b
log panics
2024-04-15 22:25:26 +09:00
galister
5db7524787
feat: ui dev window ( #29 )
...
* feat: ui dev window
* remove unneeded dep
2024-04-14 05:36:47 +00:00
galister
97aab43d09
chore: deps
2024-04-10 10:48:29 +09:00
galister
93fe2bfca2
chore: package updates
2024-04-10 08:42:58 +09:00
galister
e3ae9a9890
rework config system
2024-04-04 22:46:39 +09:00
galister
c02edb7a43
feat: handle screen changes at runtime
2024-04-04 20:06:53 +09:00
galister
4843aeef5d
feat: toast topics
2024-03-29 12:21:12 +01:00
galister
5ab506e192
Release v0.3.2
2024-03-23 21:55:09 +01:00
galister
a1d3b9684d
fix: end async work on soft-shutdown
2024-03-23 15:35:01 +01:00
galister
82374a60a0
Release v0.3.1
2024-03-19 18:19:32 +01:00
galister
1d1230b1e7
chore: update wlx-capture & other deps
2024-03-17 13:08:49 +01:00
galister
0c6e319fbe
Release v0.3.0
2024-03-10 21:40:14 +01:00
galister
a08c260898
openvr: chaperone movement fix
2024-03-10 13:19:08 +01:00
galister
4c91470b5c
Release v0.2.6
2024-03-09 16:54:52 +01:00
galister
85e8e80538
update ovr_overlay
2024-03-09 01:59:11 +01:00
galister
49e1e8639d
Release v0.2.5
2024-03-09 01:26:32 +01:00
galister
19bc4a5df2
Release v0.2.4
2024-03-08 00:11:03 +01:00
galister
cd297376a8
openvr: throttle using WaitFrameSync
2024-03-07 17:57:07 +01:00
galister
1d9b60fc07
update ovr_overlay
2024-03-06 19:09:57 +01:00
galister
75dcfc8096
fix pw required with no wayland feature
2024-03-01 21:39:54 +01:00
galister
e768d8a83f
notifications settings
2024-03-01 16:25:13 +01:00
galister
ef56878455
update wlx-capture
2024-02-29 15:13:29 +01:00
galister
d2f09b9624
cargo update
2024-02-28 20:42:21 +01:00
galister
8e2677bd87
cargo update
2024-02-28 00:10:14 +01:00
galister
da45c828fc
add some fancy args
2024-02-27 22:01:31 +01:00
galister
782480fdf9
cargo update
2024-02-27 21:42:37 +01:00
galister
61a978bfb4
cleanup deps
2024-02-22 01:43:35 +01:00
galister
e7710b56d9
notifications
2024-02-21 19:52:42 +01:00
galister
e2ca33ca76
wlr-screencopy, though it doesnt work
2024-02-20 22:33:50 +01:00
galister
d31b3ca6c0
omg big commit
2024-02-20 20:54:06 +01:00
galister
65fa9d1fae
fix battery panel missing devices
2024-02-19 23:55:19 +01:00
galister
1d9fa95ea0
more error handling
2024-02-19 01:05:50 +01:00