Commit Graph

532 Commits

Author SHA1 Message Date
UnderSampled
f80f891636 Add method to set camera proj_matrix after creation 2023-10-17 00:37:59 -04:00
Nova
fe9daf168d fix: cargo.lock 2023-10-17 00:37:59 -04:00
UnderSampled
c653c3caa4 Specify sRGB for Camera render texture 2023-10-17 00:37:59 -04:00
Nova
ce775d8820 fix(camera item): swap camera/projection matrix 2023-10-17 00:37:59 -04:00
Nova
e9d859961f refactor(camera item): add todo warning 2023-10-17 00:37:59 -04:00
Nova
05128f84be refactor(camera item): pipe messageresponsesender through 2023-10-17 00:37:59 -04:00
UnderSampled
2a160079bc Move BufferInfo to (experimental) Core 2023-10-17 00:37:55 -04:00
UnderSampled
b60c756d8b Import Dmabufs into CameraItems during render call. Consider replacing with a separate import_buffers call, or create buffers locally and expose export_buffers (slightly less state required) if this is too slow. 2023-10-17 00:23:58 -04:00
UnderSampled
70ab9c5c1d Add camera render code for client buffers 2023-10-17 00:23:58 -04:00
UnderSampled
ff7b8273c8 Begin reworking camera items to accept external buffers and render requests 2023-10-17 00:23:58 -04:00
Nova
5c8563f165 fix(pointer): proper distance 2023-10-08 19:18:51 -04:00
Nova
98e2740116 feat: optimization 2023-10-08 18:44:52 -04:00
Nova
838ed9cbc0 fix(data): lesser key with empty vector being treated as different than typed vector 2023-10-07 13:38:06 -04:00
Nova
12328ef1e2 remove: sk.kmp 2023-10-01 21:54:56 -04:00
Nova
d1a67296fc fix: scroll 2023-10-01 21:47:13 -04:00
Nova
0d11a9ff03 fix(wayland): don't log key events :p 2023-10-01 01:35:52 -04:00
Nova
c35e44565f fix(wayland): keyboard input 2023-10-01 01:35:04 -04:00
Nova
a15045bba8 fix: use core version on git 2023-10-01 00:40:05 -04:00
Nova
13b9509d90 feat: proper ctrl+c stop 2023-09-29 00:26:53 -04:00
Nova
68d3fc309b feat: save client states on sigint 2023-09-28 12:08:45 -04:00
Nova
2f5584d545 feat(state): save state to ~/.local/state/stardust/<uid> on graceful disconnect 2023-09-28 10:31:23 -04:00
Nova
cb7f3ef4ac feat: client state (save/restore) 2023-09-28 09:55:45 -04:00
Nova
7095e1df84 refactor(core): remove dashmap 2023-09-28 01:30:26 -04:00
Nova
ee8f789f74 feat(suis/hand): distance per joint 2023-09-27 01:16:44 -04:00
Nova
1519acc799 feat: upgrade smithay 2023-09-25 22:38:00 -04:00
Nova
1d90657def feat(wayland): touch support 2023-09-24 11:44:26 -04:00
Nova
cf6285abe0 fix(objects/input): disable_controller still lets hands exist 2023-09-24 11:44:16 -04:00
Nova
9ae8efb9d6 fix(item): remove acceptor arg from release 2023-09-16 13:53:15 -04:00
Nova
6304541985 fix(panel): remove start data local signal 2023-09-16 13:52:53 -04:00
Nova
1babfdf10d fix(wayland): don't clone topleveldata 2023-09-16 13:52:31 -04:00
Nova
218089a21d fix(main): don't enable eye pointer for flatscreen mode with hands 2023-09-16 04:05:34 -04:00
Nova
120b0a246e refactor(wayland/seat): boolean for keypress instead of u32 2023-09-08 20:23:40 -04:00
Nova
a5b1370c3e fix(flake.lock): update flatland 2023-09-08 12:31:10 -04:00
Nova
c9edcaf281 fix(panel): remove unnecessary inverse global transform on startup settings 2023-09-08 12:28:55 -04:00
Nova
ce8e943c1f fix(flake.lock): update flatland 2023-09-08 00:37:15 -04:00
Nova
0dc5b1a92f feat: version bump 2023-09-04 17:12:42 -04:00
Nova
93d35e17e6 refactor: disable xwayland by default 2023-09-04 13:18:06 -04:00
Nova
b2c4e8e72c fix(xdg_shell): indicate fullscreen active 2023-09-04 13:17:48 -04:00
Nova
52af8095d6 fix(wayland): remove unwraps 2023-09-04 12:15:48 -04:00
Nova
102fc2ef79 fix(object/mouse pointer): update keyboard protocol 2023-09-04 11:40:44 -04:00
Nova
9042a004d3 fix(wayland): no more external dmabufs 2023-09-03 17:55:22 -04:00
Nova
5360230ca7 fix(wayland): closing toplevels 2023-09-03 11:02:42 -04:00
Nova
a4d3ec537f fix(wayland): new API 2023-09-03 10:38:31 -04:00
Nova
ba3faf2c76 feat(wayland+xwayland): initial window setup 2023-09-03 10:38:31 -04:00
Nova
aa3c892f39 refactor(panel item): nuke unnecessary functions 2023-09-03 10:38:31 -04:00
Nova
de0295fbf8 refactor: panel items 2023-09-03 10:38:31 -04:00
Nova
10034cdab2 feat: async methods 2023-09-02 19:49:53 -04:00
Stephen Christie
faf6a8f22a feat: Start converting method calls to async 2023-08-27 17:11:20 -04:00
matthewcroughan
821e4ae499 nix: refactor
- Remove unnecessary fenix input
- Remove unnecessary arguments to buildRustPackage
- Remove obsolete/unnecessary hacks
- Minimize code duplication and maximize re-use by using flake.parts
- Split out stardust-xr-server derivation into its own nix file in nix/stardust-xr-server
- Automatically get name of package from Cargo.toml
- Advertise support for riscv64-linux in flake outputs
2023-08-24 14:39:14 +01:00
Nova
38709f5eaf fix(data): ignore types for masks if one is null 2023-08-23 13:57:42 -04:00