Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add APIs to control mouse cursor | WebFreak001 | 2020-06-13 | 1 | -0/+43 | |
| | | | | | not currently used yet, but useful if we add VR controller support to point and click inside VR on the window. | |||||
* | trim "window:" from start of window ID | WebFreak001 | 2020-06-13 | 1 | -0/+4 | |
| | | | | | | Allows to simply copy-paste the output of `xdotool getmouselocation` when double clicking the window ID without needing to manually remove it from the start. Yes I'm lazy | |||||
* | show mouse cursor as yellow circle inside VR | WebFreak001 | 2020-06-13 | 1 | -0/+27 | |
| | | | | | | when the cursor is over the tracked window, show a yellow cursor in the VR view where it would be. Useful if you are moving the cursor and clicking on things while showing a window such as firefox in VR. | |||||
* | add ability to reset rotation via signal + gamepad | WebFreak001 | 2020-06-13 | 2 | -3/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | The gamepad change isn't the best as it requires the window to be focused, but it allows to use a wireless gamepad to reset the rotation and position like using the w key on the keyboard. I currently hardcoded the reset button to 6 on a joystick, which was equal to the select button on my steam controller using sc-controller simulating an xbox controller. Maybe the controller update isn't quite fit to stay and should use the VR controllers instead & work without focus. The more interesting part of this patch is adding signal handling of SIGUSR1 or SIGUSR2 to do the same thing. This allows to simply run a command like `killall -USR1 vr-video-player` to reset the rotation and position even without window focus. This is especially useful for example for adding a custom command action to KDE connect so you can reset the VR view from your phone without needing to have any special software. However I believe even this signal handling should eventually be replaced with some more advanced API like dbus or a unix socket to also allow for more advanced features like changing tracked windows on the fly. | |||||
* | remove q/escape button to quit | WebFreak001 | 2020-06-13 | 1 | -5/+0 | |
| | | | | regular alt-f4 (or similar) key combinations work fine | |||||
* | use quaternions for resetting rotation | WebFreak001 | 2020-06-13 | 1 | -6/+6 | |
| | | | | | | now uses yaw, pitch and roll for resetting rotation this is something very opinionated, but is useful for example when lying down and looking up | |||||
* | make moving around head not move around picture | WebFreak001 | 2020-06-13 | 1 | -4/+6 | |
| | | | | use reset rotation (W) to reset position as well now | |||||
* | add cylindrical projection | WebFreak001 | 2020-06-13 | 1 | -7/+40 | |
| | | | | | basically a curved monitor floating in front of you. Nicer to look at for long periods of time. | |||||
* | add --plane mode for plane in 3D space to look at | WebFreak001 | 2020-06-13 | 1 | -6/+31 | |
| | ||||||
* | Add simple build script instead of depending on sibs | dec05eba | 2020-06-04 | 4 | -3/+14 | |
| | ||||||
* | Fix freeze on target window resize | dec05eba | 2020-06-04 | 3 | -145/+210 | |
| | ||||||
* | Remove dependency on glx | dec05eba | 2020-05-13 | 1 | -1/+0 | |
| | ||||||
* | Add key to reset rotation of video | dec05eba | 2020-05-03 | 2 | -47/+45 | |
| | ||||||
* | Update readme with game related info | dec05eba | 2020-05-02 | 1 | -0/+6 | |
| | ||||||
* | Remove unused files and soil dependency | dec05eba | 2020-05-01 | 3 | -3/+0 | |
| | ||||||
* | Attempt to reduce stuttering | dec05eba | 2020-05-01 | 1 | -6/+6 | |
| | ||||||
* | Enable vsync | dec05eba | 2020-05-01 | 1 | -1/+1 | |
| | ||||||
* | 32 bit color | dec05eba | 2020-05-01 | 1 | -0/+1 | |
| | ||||||
* | Fix incorrect colors on systems that support 10-bit output | dec05eba | 2020-05-01 | 1 | -0/+1 | |
| | ||||||
* | Fix build for ubuntu and fedora (missing glm ext files) | dec05eba | 2020-05-01 | 1 | -10/+10 | |
| | ||||||
* | Show video forward as set by steamvr, instead of showing it backwards | dec05eba | 2020-05-01 | 1 | -2/+3 | |
| | ||||||
* | Add option to switch left and right view and to disable video stretching | dec05eba | 2020-04-30 | 2 | -2/+25 | |
| | ||||||
* | Find config file and exit if not found | dec05eba | 2020-04-30 | 1 | -1/+10 | |
| | ||||||
* | Add option for flat projection and zoom level | dec05eba | 2020-04-30 | 1 | -98/+146 | |
| | ||||||
* | Update readme with installation instructions | dec05eba | 2020-04-29 | 1 | -3/+8 | |
| | ||||||
* | Fix for DE (xfce4). Only redirect the target window | dec05eba | 2020-04-29 | 1 | -5/+1 | |
| | ||||||
* | make it work | DEC05EBA | 2020-01-05 | 4 | -273/+78 | |
| | ||||||
* | cursor...wip | DEC05EBA | 2020-01-05 | 3 | -74/+292 | |
| | ||||||
* | Replace homemade matrix/vector classes with glm | DEC05EBA | 2019-12-16 | 4 | -2145/+124 | |
| | ||||||
* | Fix controller not showing | DEC05EBA | 2019-12-16 | 1 | -2/+7 | |
| | ||||||
* | initial commit | DEC05EBA | 2019-12-16 | 12 | -0/+4483 | |